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
/
cpu-exec-common.c
Age
Commit message (
Expand
)
Author
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-08-29
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
2023-05-11
accel/tcg: Add cpu_in_serial_context
Richard Henderson
2023-03-22
*: Add missing includes of qemu/plugin.h
Richard Henderson
2023-03-22
tcg: Clear plugin_mem_cbs on TB exit
Richard Henderson
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2017-12-18
accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.h
Peter Maydell
2017-07-04
tcg: make tcg_allowed global
Yang Zhong
2017-06-15
tcg: move tcg related files into accel/tcg/ subdirectory
Yang Zhong