commit | 726364202853f843a97a8ba4a7c3cd91e3aa84b7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Aug 21 17:07:07 2012 +0300 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Aug 27 20:02:21 2012 -0300 |
tree | 36e143c7db35bdd7c323634835d93c2ccb96afba | |
parent | 0afbe2f8781a812c7e501ec129eff45b21f792af [diff] |
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 <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>