summaryrefslogtreecommitdiffstats
path: root/accel/tcg/tcg-runtime.c
Commit message (Expand)AuthorAgeFilesLines
* 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