aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake
2017-10-26qcow2: Reduce is_zero() roundingEric Blake
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake
2017-10-26block: Align block status requestsEric Blake
2017-10-26qemu-img: Change img_compare() to be byte-basedEric Blake
2017-10-26qemu-img: Change img_rebase() to be byte-basedEric Blake
2017-10-26qemu-img: Change compare_sectors() to be byte-basedEric Blake
2017-10-26qemu-img: Change check_empty_sectors() to byte-basedEric Blake
2017-10-26qemu-img: Drop redundant error message in compareEric Blake
2017-10-26qemu-img: Add find_nonzero()Eric Blake
2017-10-26qemu-img: Speed up compare on pre-allocated larger fileEric Blake
2017-10-26qemu-img: Simplify logic in img_compare()Eric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26qemu-img: Switch get_block_status() to byte-basedEric Blake
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-10-26qemu-iotests: Test backing_fmt with backing node referenceKevin Wolf
2017-10-26block: don't add 'driver' to options when referring to backing via node namePeter Krempa
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