summaryrefslogtreecommitdiff
path: root/accel/tcg/tcg-runtime.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini1-2/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota1-1/+1
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-18/+6
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-10/+10
2017-09-17accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé1-54/+0
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé1-0/+234