KVM: VMX: Handle #SS faults from real mode
authorNitin A Kamble <nitin.a.kamble@intel.com>
Thu, 17 May 2007 12:50:34 +0000 (15:50 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:41 +0000 (12:05 +0300)
commitb3f37707b05e9ce82d5bec660e9d0b15452ee9a0
treea4d210f6449be292cfd9171c3e3e972ff2773234
parentcd2276a795b013d1416c96b38eec90a66cdd10c4
KVM: VMX: Handle #SS faults from real mode

Instructions with address size override prefix opcode 0x67
Cause the #SS fault with 0 error code in VM86 mode.  Forward
them to the emulator.

Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/vmx.c