qemu/bsd-user
Paolo Bonzini b98dbc9095 target-i386: fix segment flags for SMM and VM86 mode
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: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-05-21 18:02:08 +02:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
Makefile.objs build: move *-user/ objects to nested Makefile.objs 2012-06-07 07:17:33 +02:00
bsd-mman.h
bsdload.c
elfload.c bsd-user: Change thread_env to CPUState 2013-07-09 21:33:01 +02:00
errno_defs.h
main.c target-i386: fix segment flags for SMM and VM86 mode 2014-05-21 18:02:08 +02:00
mmap.c bsd-user: avoid conflict with qemu_vmalloc 2013-01-26 13:18:27 +00:00
qemu.h *-user: Improve documentation for lock_user function 2013-09-20 20:09:24 +04:00
signal.c Rename CPUState -> CPUArchState 2012-03-14 22:20:27 +01:00
strace.c
syscall.c bsd-user: OS-agnostic 64-bit SYSCTL types 2013-05-12 13:25:55 +04:00
syscall_defs.h
uaccess.c