aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs/tcg-stub.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-23accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé1-0/+10
2021-01-02remove TCG includes from common codePaolo Bonzini1-1/+0
2020-07-10accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé1-0/+7
2019-10-28accel/stubs: reduce headers from tcg-stubAlex Bennée1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2018-07-02tcg: simplify !CONFIG_TCG handling of tb_invalidate_*Paolo Bonzini1-6/+0
2018-07-02tcg: Fix --disable-tcg build breakagePhilippe Mathieu-Daudé1-0/+6
2018-06-22tcg: fix --disable-tcg build breakageEmilio G. Cota1-4/+0
2017-11-23tcg: Fix compilation without TCGJuan Quintela1-0/+8
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong1-0/+22