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
/
user
Age
Commit message (
Expand
)
Author
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2022-09-18
target/i386: Raise #GP on unaligned m128 accesses when required.
Paolo Bonzini
2021-11-02
target/i386: Implement x86_cpu_record_sigsegv
Richard Henderson
2021-05-19
target/i386: Remove user-only i/o stubs
Richard Henderson
2021-05-19
target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
Richard Henderson
2021-05-19
target/i386: Inline user cpu_svm_check_intercept_param
Richard Henderson
2021-05-19
target/i386: Remove user stub for cpu_vmexit
Richard Henderson
2021-05-19
target/i386: Eliminate SVM helpers for user-only
Richard Henderson
2021-05-19
target/i386: Implement skinit in translate.c
Richard Henderson
2021-05-10
i386: split seg_helper into user-only and sysemu parts
Claudio Fontana
2021-05-10
i386: split svm_helper into sysemu and stub-only user
Claudio Fontana
2021-05-10
i386: split misc helper user stubs and sysemu part
Claudio Fontana
2021-05-10
i386: split tcg excp_helper into sysemu and user parts
Claudio Fontana
2021-05-10
i386: split off sysemu-only functionality in tcg-cpu
Paolo Bonzini