aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)Author
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini
2017-12-21cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand
2017-11-20Revert "cpu-exec: don't overwrite exception_index"Peter Maydell
2017-11-14cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk
2017-11-14cpu-exec: don't overwrite exception_indexPavel Dovgalyuk
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluĂ­s Vilanova
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong