summary refs log tree commit diff stats
path: root/accel/stubs/tcg-stub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé2024-04-261-4/+0
* accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé2023-11-071-4/+0
* accel: Replace target_ulong with vaddr in probe_*()Anton Johansson2023-06-261-2/+2
* accel: Replace target_ulong in tlb_*()Anton Johansson2023-06-261-1/+1
* includes: move tb_flush into its own headerAlex Bennée2023-03-071-0/+1
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-1/+1
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-0/+4
* accel/stubs: Add tcg stub for probe_access_flagsRichard Henderson2022-06-281-0/+7
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-2/+2
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé2021-01-231-0/+10
* remove TCG includes from common codePaolo Bonzini2021-01-021-1/+0
* accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé2020-07-101-0/+7
* accel/stubs: reduce headers from tcg-stubAlex Bennée2019-10-281-1/+0
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0
* tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini2018-07-021-6/+0
* tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé2018-07-021-0/+6
* tcg: fix --disable-tcg build breakageEmilio G. Cota2018-06-221-4/+0
* tcg: Fix compilation without TCGJuan Quintela2017-11-231-0/+8
* tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-041-0/+22