summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake4-33/+58
2017-10-26qemu-img: Switch get_block_status() to byte-basedEric Blake1-13/+11
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake1-16/+16
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake1-14/+19
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake4-10/+9
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake1-16/+41
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake5-40/+40
2017-10-26qemu-iotests: Test backing_fmt with backing node referenceKevin Wolf2-2/+3
2017-10-26block: don't add 'driver' to options when referring to backing via node namePeter Krempa1-1/+2
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-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
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