index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
qtest
Age
Commit message (
Expand
)
Author
2026-03-10
accel/qtest: Build once as common object
Philippe Mathieu-Daudé
2026-01-17
include/qemu/atomic: Drop qatomic_{read,set}_[iu]64
Richard Henderson
2025-07-15
accel: Extract AccelClass definition to 'accel/accel-ops.h'
Philippe Mathieu-Daudé
2025-07-15
accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
Philippe Mathieu-Daudé
2025-07-04
accel: Propagate AccelState to AccelClass::init_machine()
Philippe Mathieu-Daudé
2025-07-04
accel: Expose and register generic_handle_interrupt()
Philippe Mathieu-Daudé
2025-07-04
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
Philippe Mathieu-Daudé
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-03-06
accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-06-24
qtest: move qtest_{get, set}_virtual_clock to accel/qtest/qtest.c
Pierrick Bouvier
2024-06-24
qtest: use cpu interface in qtest_clock_warp
Alex Bennée
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-03-06
misc: Remove unnecessary "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2021-07-09
accel: build qtest modular
Gerd Hoffmann
2021-07-09
accel: add qtest module annotations
Gerd Hoffmann
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2020-10-24
accel: move qtest CpusAccel functions to a common location
Jason Andryuk
2020-10-24
accel: Remove _WIN32 ifdef from qtest-cpus.c
Jason Andryuk
2020-10-05
cpus: extract out qtest-specific code to accel/qtest
Claudio Fontana