aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov2-52/+25
2017-10-27cris: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov2-54/+30
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov1-2/+2
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov2-73/+37
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson5-0/+10
2017-10-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...Peter Maydell8-7/+39
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell80-1813/+2285
2017-10-25Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...Peter Maydell14-138/+431
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger1-0/+2
2017-10-25vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé1-2/+0
2017-10-25tpm: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé1-4/+0
2017-10-25tpm: add stubsPhilippe Mathieu-Daudé4-1/+36
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota1-1/+3
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson26-133/+28
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota5-13/+145
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota6-45/+260
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota1-48/+13
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota2-0/+43
2017-10-24tcg: allocate optimizer temps with tcg_mallocEmilio G. Cota1-23/+19
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota3-45/+126
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