aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-7/+7
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota1-2/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-29/+18
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota1-5/+5
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-0/+35
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluĂ­s Vilanova1-2/+6
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong1-0/+683