commit | 038881c8bec0e9a796d1782c56e29e7c2456626d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed Mar 21 17:58:32 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:26 2007 +0300 |
tree | 8ca64ffb2f06cb29fa3fda3b9987defc2ece18a4 | |
parent | 024aa1c02f0a9f938af83f55c727bcb18187eba4 [diff] |
KVM: Hack real-mode segments on vmx from KVM_SET_SREGS As usual, we need to mangle segment registers when emulating real mode as vm86 has specific constraints. We special case the reset segment base, and set the "access rights" (or descriptor flags) to vm86 comaptible values. This fixes reboot on vmx. Signed-off-by: Avi Kivity <avi@qumranet.com>