From: Avi Kivity Date: Tue, 6 Mar 2007 10:05:53 +0000 (+0200) Subject: KVM: Fix guest sysenter on vmx X-Git-Tag: v2.6.21-rc5~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b42c3324494ea3f9bf795e2a7e4d3cbb06c607;p=pandora-kernel.git KVM: Fix guest sysenter on vmx The vmx code currently treats the guest's sysenter support msrs as 32-bit values, which breaks 32-bit compat mode userspace on 64-bit guests. Fix by using the native word width of the machine. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed