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