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
/
include
/
hw
/
core
Age
Commit message (
Expand
)
Author
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
accel: Move HAX hThread to accelerator context
Philippe Mathieu-Daudé
2023-06-28
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé
2023-06-26
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2023-06-26
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti
2023-06-21
Revert "cputlb: Restrict SavedIOTLB to system emulation"
Peter Maydell
2023-06-20
cputlb: Restrict SavedIOTLB to system emulation
Philippe Mathieu-Daudé
2023-06-20
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2023-06-13
util/log: Add vector registers to log
Ivan Klokov
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
2023-05-16
cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
Thomas Huth
2023-05-16
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth
2023-03-28
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2023-03-22
include/qemu: Split out plugin-event.h
Richard Henderson
2023-03-05
softmmu: Check watchpoints for read+write at once
Richard Henderson
2023-02-27
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé
2023-02-27
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
2023-02-21
cpus: Make {start,end}_exclusive() recursive
Ilya Leoshkevich
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-26
accel/tcg: Add restore_state_to_opc to TCGCPUOps
Richard Henderson
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2022-10-03
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
2022-07-20
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-04-29
hw/core: Move the ARM sysbus-fdt to core
Alistair Francis
2022-04-22
hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()
Bin Meng
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-06
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé
2022-01-06
linux-user: Add code for PR_GET/SET_UNALIGN
Richard Henderson
2021-11-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into staging
Richard Henderson
2021-11-02
hw/core: Add TCGCPUOps.record_sigbus
Richard Henderson
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
2021-11-02
hw/core: Add TCGCPUOps.record_sigsegv
Richard Henderson
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2021-10-15
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson
2021-10-05
hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
Richard Henderson
2021-09-21
hw/core: Make do_unaligned_access noreturn
Richard Henderson
[next]