From: Avi Kivity Date: Tue, 21 Aug 2012 14:07:07 +0000 (+0300) Subject: KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=726364202853f843a97a8ba4a7c3cd91e3aa84b7;p=pandora-kernel.git KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1 emulate_invalid_guest_state=1 doesn't mean we don't munge the segments in the vmcs; we do. So we need to return the real ones (maintained by vmx_set_segment). Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed