index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
/
sysemu
/
svm_helper.c
Age
Commit message (
Expand
)
Author
2021-07-23
target/i386: Added consistency checks for CR3
Lara Lazier
2021-07-22
target/i386: Added consistency checks for EFER
Lara Lazier
2021-07-22
target/i386: Added consistency checks for CR4
Lara Lazier
2021-07-22
target/i386: Added V_INTR_PRIO check to virtual interrupts
Lara Lazier
2021-07-09
target/i386: fix exceptions for MOV to DR
Paolo Bonzini
2021-07-09
target/i386: Added DR6 and DR7 consistency checks
Lara Lazier
2021-07-09
target/i386: Added MSRPM and IOPM size check
Lara Lazier
2021-06-16
target/i386: Added consistency checks for CR0
Lara Lazier
2021-06-16
target/i386: Added consistency checks for VMRUN intercept and ASID
Lara Lazier
2021-06-16
target/i386: Refactored intercept checks into cpu_svm_has_intercept
Lara Lazier
2021-05-19
target/i386: Unify invlpg, invlpga
Richard Henderson
2021-05-19
target/i386: Tidy svm_check_intercept from tcg
Richard Henderson
2021-05-19
target/i386: Implement skinit in translate.c
Richard Henderson
2021-05-11
target/i386: extend pg_mode to more CR0 and CR4 bits
Paolo Bonzini
2021-05-11
target/i386: move paging mode constants from SVM to cpu.h
Paolo Bonzini
2021-05-10
i386: split svm_helper into sysemu and stub-only user
Claudio Fontana