aboutsummaryrefslogtreecommitdiffstats
path: root/accel/tcg/cpu-exec-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé2023-10-041-2/+1
* accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé2023-10-041-1/+1
* accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson2023-10-031-1/+1
* softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson2023-08-291-30/+0
* accel/tcg: Add cpu_in_serial_contextRichard Henderson2023-05-111-0/+3
* *: Add missing includes of qemu/plugin.hRichard Henderson2023-03-221-0/+1
* tcg: Clear plugin_mem_cbs on TB exitRichard Henderson2023-03-221-0/+2
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-11-011-1/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* tcg: Fix LGPL version numberThomas Huth2019-01-301-1/+1
* icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk2018-04-111-5/+5
* accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell2017-12-181-1/+0
* tcg: make tcg_allowed globalYang Zhong2017-07-041-0/+2
* tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong2017-06-151-0/+82