KVM: VMX: Adjust rflags if in real mode emulation
authorAvi Kivity <avi@redhat.com>
Wed, 12 Aug 2009 12:29:37 +0000 (15:29 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 07:46:43 +0000 (10:46 +0300)
We set rflags.vm86 when virtualizing real mode to do through vm8086 mode;
so we need to take it out again when reading rflags.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found