aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela1-5/+7
2017-10-27Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171026-tag' into...Peter Maydell4-17/+31
2017-10-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell27-543/+1102
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell33-185/+467
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-10-26xen: dont try setting max grants multiple timesJuergen Gross1-4/+12
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross3-12/+18
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson5-0/+10
2017-10-26Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-26' into queue-b...Kevin Wolf13-96/+631
2017-10-26iotests: Add cluster_size=64k to 125Max Reitz2-50/+437
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz1-6/+7
2017-10-26iotests: Filter actual image size in 184 and 191Max Reitz4-29/+30
2017-10-26iotests: Pull _filter_actual_image_size from 67/87Max Reitz3-2/+8
2017-10-26iotests: Add test for dataplane mirroringMax Reitz3-0/+112
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia1-2/+2
2017-10-26qemu-img.1: Image invalidation on qemu-img commitMax Reitz1-5/+4
2017-10-26qemu-io: Relax 'alloc' now that block-status doesn't assertEric Blake3-20/+24
2017-10-26qcow2: Reduce is_zero() roundingEric Blake1-9/+3
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake1-6/+2
2017-10-26block: Align block status requestsEric Blake3-28/+59
2017-10-26qemu-img: Change img_compare() to be byte-basedEric Blake1-76/+48
2017-10-26qemu-img: Change img_rebase() to be byte-basedEric Blake1-50/+34
2017-10-26qemu-img: Change compare_sectors() to be byte-basedEric Blake1-28/+27
2017-10-26qemu-img: Change check_empty_sectors() to byte-basedEric Blake1-12/+15
2017-10-26qemu-img: Drop redundant error message in compareEric Blake2-16/+5
2017-10-26qemu-img: Add find_nonzero()Eric Blake1-4/+28
2017-10-26qemu-img: Speed up compare on pre-allocated larger fileEric Blake1-4/+4
2017-10-26qemu-img: Simplify logic in img_compare()Eric Blake1-27/+11
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake5-103/+57
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake1-44/+24
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake1-31/+30
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake1-18/+38
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake1-43/+81
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-26disas: Add capstone as submoduleRichard Henderson4-11/+75
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-25disas: Remove monitor_disas_is_physicalRichard Henderson1-12/+4
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson2-0/+10