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
/
helper.h
Age
Commit message (
Expand
)
Author
2021-05-19
target/i386: Remove user-only i/o stubs
Richard Henderson
2021-05-19
target/i386: Move helper_check_io to sysemu
Richard Henderson
2021-05-19
target/i386: Create helper_check_io
Richard Henderson
2021-05-19
target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
Richard Henderson
2021-05-19
target/i386: Unify invlpg, invlpga
Richard Henderson
2021-05-19
target/i386: Move invlpg, hlt, monitor, mwait to sysemu
Richard Henderson
2021-05-19
target/i386: Cleanup read_crN, write_crN, lmsw
Richard Henderson
2021-05-19
target/i386: Tidy svm_check_intercept from tcg
Richard Henderson
2021-05-19
target/i386: Mark some helpers as noreturn
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: move TCG bpt_helper into sysemu/
Claudio Fontana
2021-05-10
i386: split smm helper (sysemu)
Claudio Fontana
2020-07-10
target/i386: fix IEEE SSE floating-point exception raising
Joseph Myers
2019-05-22
target/i386: Implement CPUID_EXT_RDRAND
Richard Henderson
2017-02-16
target-i386: correctly propagate retaddr into SVM helpers
Paolo Bonzini
2017-01-10
target-i386: Use clz and ctz opcodes
Richard Henderson
2016-12-22
target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns
Doug Evans
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth