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