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-mttcg.c
Age
Commit message (
Expand
)
Author
2023-10-04
tcg: Split out tcg init functions to tcg/startup.h
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-09-15
accel/tcg: mttcg remove false-negative halted assertion
Nicholas Piggin
2023-06-28
accel: Remove unused hThread variable on TCG/WHPX
Philippe Mathieu-Daudé
2023-06-06
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-05
*: Add missing includes of tcg/tcg.h
Richard Henderson
2022-10-25
Revert "accel/tcg: Init TCG cflags in vCPU thread handler"
Peter Maydell
2022-06-20
accel/tcg: Init TCG cflags in vCPU thread handler
Philippe Mathieu-Daudé
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-06
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2021-11-10
accel/tcg: Register a force_rcu notifier
Greg Kurz
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