KVM: VMX: Reinitialize the real-mode tss when entering real mode
authorAvi Kivity <avi@qumranet.com>
Wed, 20 Jun 2007 08:20:04 +0000 (11:20 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:48 +0000 (12:05 +0300)
commit75880a01124c6aa5d428bdc14163039a87618be1
tree3ab4e4fd920380aeec0cfc378eaa434f24f8bbde
parenta3c870bdce4d34332ebdba7eb9969592c4c6b243
KVM: VMX: Reinitialize the real-mode tss when entering real mode

Protected mode code may have corrupted the real-mode tss, so re-initialize
it when switching to real mode.

Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c