summaryrefslogtreecommitdiffstats
path: root/accel/tcg/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-231-19/+31
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* translate-all: fix 'consisits' typo in commentEmilio G. Cota2017-12-181-1/+1
* accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée2017-11-131-23/+29
* 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-241-54/+55
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-241-29/+28Star
* 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-241-3/+3
* 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-241-3/+0Star
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-0/+1
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-241-26/+10Star
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-241-4/+9
* 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-101-12/+12
* 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-101-2/+1Star
* 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-101-1/+1
* 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-071-7/+7
* 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-171-2/+9
* 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-041-5/+1Star
* tcg: move page_size_init() functionYang Zhong2017-07-041-18/+0Star
* cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth2017-07-041-0/+8
* tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota2017-06-301-14/+12Star
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell2017-06-221-20/+26
* tcg: move tcg backend files into accel/tcg/Yang Zhong2017-06-151-0/+2221