summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell2017-11-031-3/+12
* translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota2017-10-241-1/+3
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-1/+1
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-43/+20Star
* translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota2017-10-241-48/+13Star
* tcg: distribute profiling counters across TCGContext'sEmilio G. Cota2017-10-241-10/+13
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-242-55/+56
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-242-30/+29Star
* translate-all: report correct avg host TB sizeEmilio G. Cota2017-10-241-9/+23
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-242-4/+4
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-241-108/+113
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-242-10/+9Star
* cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota2017-10-241-16/+14Star
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-0/+1
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-2/+2
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-242-30/+27Star
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-243-27/+33
* accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand2017-10-202-3/+6
* tcg: Fix off-by-one in assert in page_set_flagsRichard Henderson2017-10-161-1/+1
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-103-21/+21
* translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota2017-10-101-6/+22
* translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota2017-10-101-3/+9
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-2/+1Star
* translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota2017-10-101-7/+13
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-102-4/+3Star
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-102-47/+24Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-102-11/+11
* cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota2017-10-101-5/+5
* translate-all: make have_tb_lock staticEmilio G. Cota2017-10-101-1/+1
* tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota2017-10-101-2/+2
* cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2017-10-102-4/+15
* accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée2017-09-251-2/+2
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-172-54/+52Star
* accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+215
* accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+371
* accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+612
* accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth2017-09-171-0/+433
* tcg: Infrastructure for managing constant poolsRichard Henderson2017-09-071-1/+21
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-072-7/+42
* tcg: Add generic translation frameworkLluís Vilanova2017-09-062-0/+139
* cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell2017-09-041-2/+30
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-1/+1
* tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova2017-07-191-1/+1
* exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova2017-07-172-4/+15
* translate-all: remove redundant !tcg_enabled check in dump_exec_infoEmilio G. Cota2017-07-141-5/+0Star
* tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar2017-07-101-1/+1
* monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini2017-07-041-0/+5
* tcg: make tcg_allowed globalYang Zhong2017-07-043-6/+3Star
* cpu: move interrupt handling out of translate-common.cPaolo Bonzini2017-07-043-54/+33Star
* tcg: move page_size_init() functionYang Zhong2017-07-042-21/+0Star