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
/
misc_helper.c
Age
Commit message (
Expand
)
Author
2024-06-17
target/i386: replace read_crN helper with read_cr8
Paolo Bonzini
2024-06-08
target/i386: fix TF/RF handling for HLT
Paolo Bonzini
2024-06-08
target/i386: cleanup PAUSE helpers
Paolo Bonzini
2024-06-08
target/i386: cleanup HLT helpers
Paolo Bonzini
2024-02-28
target/i386: check validity of VMCB addresses
Paolo Bonzini
2024-02-14
apic, i386/tcg: add x2apic transitions
Bui Quang Minh
2024-02-14
i386/tcg: implement x2APIC registers MSR access
Bui Quang Minh
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2022-10-11
x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-03-06
target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2021-09-13
target/i386: Added changed priority check for VIRQ
Lara Lazier
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
2021-08-13
target/i386: Fixed size of constant for Windows
Lara Lazier
2021-07-23
target/i386: Added consistency checks for CR3
Lara Lazier
2021-07-22
target/i386: Added consistency checks for CR4
Lara Lazier
2021-06-16
target/i386: Added Intercept CR0 writes check
Lara Lazier
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-10
i386: split misc helper user stubs and sysemu part
Claudio Fontana