summaryrefslogtreecommitdiffstats
path: root/accel/tcg/tcg-runtime.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* accel/tcg: Include tcg.h in tcg-runtime.cRichard Henderson2020-01-161-0/+1
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+2
* tcg: add cs_base and flags to -d exec outputPaolo Bonzini2017-12-291-2/+3
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-241-1/+1
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-1/+1
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-101-2/+2
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-101-18/+6Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-101-10/+10
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-171-54/+0Star
* accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+234