commit | 495e116684cebc5ae625916aba37fc07f345707b | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Aug 21 17:07:02 2012 +0300 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Aug 27 20:02:20 2012 -0300 |
tree | a7478c30a118a490b2ba1e9bac0c6c7af0bea24e | |
parent | c865c43de66dc973865bda337022f03b6e16c8df [diff] |
KVM: VMX: Allow real mode emulation using vm86 with dpl=0 Real mode is always entered from protected mode with dpl=0. Since the dpl doesn't affect execution, and we already override it to 3 in the vmcs (as vmx requires), we can allow execution in that state. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>