qemu-e2k/target/i386/tcg/sysemu
Lara Lazier 7eb54ca95d target/i386: Added consistency checks for VMRUN intercept and ASID
Zero VMRUN intercept and ASID should cause an immediate VMEXIT
during the consistency checks performed by VMRUN.
(AMD64 Architecture Programmer's Manual, V2, 15.5)

Signed-off-by: Lara Lazier <laramglazier@gmail.com>
Message-Id: <20210616123907.17765-3-laramglazier@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-06-16 15:02:40 +02:00
..
bpt_helper.c i386: move TCG bpt_helper into sysemu/ 2021-05-10 15:41:51 -04:00
excp_helper.c target/i386: use mmu_translate for NPT walk 2021-05-11 04:11:14 -04:00
fpu_helper.c i386: separate fpu_helper sysemu-only parts 2021-05-10 15:41:51 -04:00
meson.build i386: split seg_helper into user-only and sysemu parts 2021-05-10 15:41:52 -04:00
misc_helper.c target/i386: Unify invlpg, invlpga 2021-05-19 12:17:11 -05:00
seg_helper.c target/i386: Move helper_check_io to sysemu 2021-05-19 12:17:11 -05:00
smm_helper.c
svm_helper.c target/i386: Added consistency checks for VMRUN intercept and ASID 2021-06-16 15:02:40 +02:00
tcg-cpu.c