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
/
accel
/
tcg
/
tcg-accel-ops.c
Age
Commit message (
Expand
)
Author
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-04-26
accel/tcg: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
Philippe Mathieu-Daudé
2024-01-29
accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
Philippe Mathieu-Daudé
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-06-26
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-04-04
accel/tcg: Fix overwrite problems of tcg_cflags
Weiwei Li
2023-03-05
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
2023-02-27
hw/cpu: Extend CPUState::cluster_index documentation
Philippe Mathieu-Daudé
2023-02-27
gdbstub: Use vaddr type for generic insert/remove_breakpoint() API
Philippe Mathieu-Daudé
2022-10-06
gdbstub: move guest debug support check to ops
Alex Bennée
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-06-20
accel/tcg: Reorganize tcg_accel_ops_init()
Philippe Mathieu-Daudé
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-06
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2021-07-09
accel: add tcg module annotations
Gerd Hoffmann
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana