aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec-common.c
AgeCommit message (Expand)Author
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson
2023-03-22tcg: Clear plugin_mem_cbs on TB exitRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-01-30tcg: Fix LGPL version numberThomas Huth
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2017-12-18accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell
2017-07-04tcg: make tcg_allowed globalYang Zhong
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong