From: Carsten Otte Date: Tue, 30 Oct 2007 17:44:17 +0000 (+0100) Subject: KVM: Portability: Move kvm_get/set_msr[_common] to x86.c X-Git-Tag: v2.6.25-rc1~1138^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c4a6406f6c40632260861e1db7c539e79dcf1a;p=pandora-kernel.git KVM: Portability: Move kvm_get/set_msr[_common] to x86.c This patch moves the implementation of the functions of kvm_get/set_msr, kvm_get/set_msr_common, and set_efer from kvm_main.c to x86.c. The definition of EFER_RESERVED_BITS is moved too. Signed-off-by: Carsten Otte Acked-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed