From: Avi Kivity Date: Tue, 21 Aug 2012 14:07:10 +0000 (+0300) Subject: KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81aba14dc0ea499f4c218b5db0303b2ea8151d3;p=pandora-kernel.git KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize We will enter the guest with G and D cleared; as real hardware ignores D in real mode, and G is taken care of by the limit test, we allow more code to run in vm86 mode. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed