From: Avi Kivity Date: Wed, 28 Apr 2010 13:40:38 +0000 (+0300) Subject: KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit X-Git-Tag: v2.6.35-rc1~436^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61d2ef2ce3e0161bedf5d2867f546a8df77fa9bc;p=pandora-kernel.git KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit Some guest msr values cannot be used on the host (for example. EFER.NX=0), so we need to switch them atomically during guest entry or exit. Add a facility to program the vmx msr autoload registers accordingly. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed