COMMITS
/ include/hw/core/cpu.h June 23, 2023
P
accel: Remove HAX accelerator
Philippe Mathieu-Daudé committed
June 30, 2023
A
plugins: force slow path when plugins instrument memory ops
Alex Bennée committed
June 21, 2023
P
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé committed
March 29, 2023
P
accel: Move HAX hThread to accelerator context
Philippe Mathieu-Daudé committed
P
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé committed
P
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé committed
February 23, 2023
R
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson committed
R
softmmu: Check watchpoints for read+write at once
Richard Henderson committed
June 18, 2023
M
kvm: reuse per-vcpu stats fd to avoid vcpu interruption
Marcelo Tosatti committed
June 20, 2023
P
Revert "cputlb: Restrict SavedIOTLB to system emulation"
Peter Maydell committed
December 16, 2022
P
cputlb: Restrict SavedIOTLB to system emulation
Philippe Mathieu-Daudé committed
June 13, 2023
P
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé committed
April 10, 2023
I
util/log: Add vector registers to log
Ivan Klokov committed
May 26, 2023
A
tcg: remove the final vestiges of dstate
Alex Bennée committed
April 24, 2023
T
cpu: Introduce a wrapper for being able to use TARGET_NAME in common code
Thomas Huth committed
T
hw/core: Use a callback for target specific query-cpus-fast information
Thomas Huth committed
March 28, 2023
P
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé committed
P
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé committed
March 15, 2023
R
include/qemu: Split out plugin-event.h
Richard Henderson committed
February 16, 2023
P
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé committed
December 9, 2022
P
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé committed
February 14, 2023
I
cpus: Make {start,end}_exclusive() recursive
Ilya Leoshkevich committed
November 11, 2022
E
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito committed
October 28, 2022
X
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng committed
September 30, 2022
R
hw/core: Add CPUClass.get_pc
Richard Henderson committed
August 15, 2022
R
include/hw/core: Create struct CPUJumpCache
Richard Henderson committed
August 19, 2022
R
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson committed
September 23, 2022
A
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée committed
June 25, 2022
H
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇) committed
April 20, 2022
M
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau committed
March 23, 2022
M
include: move page_size_init() to include/hw/core/cpu.h
Marc-André Lureau committed
M
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau committed
M
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau committed
February 20, 2022
M
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau committed
February 14, 2022
P
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé committed
P
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé committed
February 7, 2022
P
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé committed
February 3, 2022
P
exec: Declare vaddr as a generic target-agnostic type
Philippe Mathieu-Daudé committed
December 27, 2021
R
linux-user: Add code for PR_GET/SET_UNALIGN
Richard Henderson committed
June 29, 2021
H
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇) committed
August 22, 2021
R
Revert "cpu: Move cpu_common_props to hw/core/cpu.c"
Richard Henderson committed
July 31, 2021
R
hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
Richard Henderson committed
July 20, 2021
R
hw/core: Introduce CPUClass.gdb_adjust_breakpoint
Richard Henderson committed
June 3, 2021
A
hvf: Introduce hvf vcpu struct
Alexander Graf committed
May 31, 2021
B
hw/core/cpu: removed cpu_dump_statistics function
Bruno Larsen (billionai) committed
May 28, 2021
P
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into staging
Peter Maydell committed
February 27, 2021
R
hw/core: Constify TCGCPUOps
Richard Henderson committed
May 17, 2021
P
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
Philippe Mathieu-Daudé committed
P
cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
Philippe Mathieu-Daudé committed
P
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé committed