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