summaryrefslogtreecommitdiffstats
path: root/accel/tcg/cpu-exec.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: add cs_base and flags to -d exec outputPaolo Bonzini2017-12-291-2/+4
* cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand2017-12-211-9/+3Star
* Revert "cpu-exec: don't overwrite exception_index"Peter Maydell2017-11-201-3/+1Star
* cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk2017-11-141-41/+54
* cpu-exec: don't overwrite exception_indexPavel Dovgalyuk2017-11-141-1/+3
* cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell2017-11-031-3/+12
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-1/+1
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-241-1/+1
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-241-7/+9
* cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota2017-10-241-16/+14Star
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-241-4/+17
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-22/+23
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-101-7/+7
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-101-2/+2
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-101-29/+18Star
* cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota2017-10-101-5/+5
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-071-0/+35
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluĂ­s Vilanova2017-07-171-2/+6
* tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong2017-06-151-0/+683