Skip to content
Snippets Groups Projects
user avatar
Paolo Bonzini authored
With the next patch, these need to be correct or VM86 tasks
have the wrong CPL.  The flags are basically what the Intel VMX
documentation say is mandatory for entry into a VM86 guest.

For consistency, SMM ought to have the same flags except with
CPL=0.

Tested-by: default avatarKevin O'Connor <kevin@koconnor.net>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
b98dbc90
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team