aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-25qga-win: don't hang if vss hold writes timeoutChen Hanxiao
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell
2017-10-25Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...Peter Maydell
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota
2017-10-24tcg: allocate optimizer temps with tcg_mallocEmilio G. Cota
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota
2017-10-24tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24translate-all: report correct avg host TB sizeEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson
2017-10-24cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/sh4: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson
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-24tcg: Use offsets not indices for TCGv_*Richard Henderson
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson
2017-10-24tcg: Push tcg_ctx into generator functionsRichard Henderson
2017-10-24tcg: Use per-temp state data in optimizeRichard Henderson
2017-10-24tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson
2017-10-24tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson
2017-10-24tcg: Introduce arg_tempRichard Henderson