aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-24tcg: introduce **tcg_ctxs to keep track of all TCGContext'sEmilio G. Cota1-0/+5
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota2-4/+5
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota29-126/+130
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota5-35/+34
2017-10-24translate-all: report correct avg host TB sizeEmilio G. Cota1-9/+23
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota3-5/+5
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota3-112/+119
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson3-18/+18
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson1-1/+2
2017-10-24cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota1-16/+14
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota3-5/+7
2017-10-24target/sparc: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-1/+1
2017-10-24target/sh4: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-1/+1
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota3-22/+88
2017-10-24target/m68k: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota3-15/+31
2017-10-24target/i386: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-2/+2
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota3-6/+40
2017-10-24target/arm: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota5-21/+68
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota24-123/+124
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson5-35/+31
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota10-39/+65
2017-10-24tcg: Use offsets not indices for TCGv_*Richard Henderson1-31/+33
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson32-163/+40
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson6-17/+11
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson5-69/+34
2017-10-24tcg: Introduce temp_tcgv_{i32,i64,ptr}Richard Henderson2-47/+53
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson6-90/+122
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson3-10/+9
2017-10-24tcg: Push tcg_ctx into generator functionsRichard Henderson2-78/+69
2017-10-24tcg: Use per-temp state data in optimizeRichard Henderson2-182/+246
2017-10-24tcg: Remove unused TCG_CALL_DUMMY_TCGVRichard Henderson1-1/+0
2017-10-24tcg: Change temp_allocate_frame arg to TCGTempRichard Henderson1-5/+3
2017-10-24tcg: Avoid loops against variable boundsRichard Henderson1-17/+10
2017-10-24tcg: Use per-temp state data in livenessRichard Henderson2-109/+122
2017-10-24tcg: Introduce temp_arg, export temp_idxRichard Henderson2-13/+18
2017-10-24tcg: Return NULL temp for TCG_CALL_DUMMY_ARGRichard Henderson1-1/+1
2017-10-24tcg: Add temp_global bit to TCGTempRichard Henderson3-14/+24
2017-10-24tcg: Introduce arg_tempRichard Henderson3-28/+32
2017-10-24tcg: Propagate TCGOp down to allocatorsRichard Henderson1-38/+37
2017-10-24tcg: Propagate args to op->args in tcg.cRichard Henderson1-63/+58
2017-10-24tcg: Propagate args to op->args in optimizerRichard Henderson1-203/+227
2017-10-24tcg: Merge opcode arguments into TCGOpRichard Henderson4-142/+98
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...Peter Maydell1-22/+1
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20171023-pull-request...Peter Maydell3-4/+6
2017-10-24Merge remote-tracking branch 'remotes/shorne/tags/openrisc-20171021-smp-pr' i...Peter Maydell9-46/+302
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-10-23scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange1-1/+1
2017-10-23ui: add qemu-keymap and shader to .gitignoreGerd Hoffmann1-0/+2
2017-10-23configure: disable qemu-keymap for linux-user qemuLaurent Vivier1-3/+3