aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake1-20/+22
2017-05-11tests: Add coverage for recent block geometry fixesEric Blake3-0/+164
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake2-4/+125
2017-05-11blkdebug: Simplify override logicEric Blake1-10/+6
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake1-0/+74
2017-05-11blkdebug: Refactor error injectionEric Blake1-41/+33
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake1-0/+14
2017-05-11qemu-io: Switch 'map' output to byte-based reportingEric Blake3-22/+23
2017-05-11qemu-io: Switch 'alloc' command to byte-based lengthEric Blake3-17/+23
2017-05-11qemu-io: Improve alignment checksEric Blake1-10/+10
2017-05-11blockdev: use drained_begin/end for qmp_block_resizeJohn Snow1-3/+2
2017-05-11nvme: Implement Write ZeroesChristoph Hellwig2-0/+27
2017-05-11qemu-img: wait for convert coroutines to completeAnton Nefedov1-15/+11
2017-05-11file-posix: Remove .bdrv_inactivate/invalidate_cacheKevin Wolf1-33/+0
2017-05-11block: Fix write/resize permissions for inactive imagesKevin Wolf2-2/+34
2017-05-11block: Inactivate parents before childrenKevin Wolf1-7/+18
2017-05-11block: Drop permissions when migration completesKevin Wolf3-4/+40
2017-05-11block: New BdrvChildRole.activate() for blk_resume_after_migration()Kevin Wolf7-43/+44
2017-05-11migration: Unify block node activation error handlingKevin Wolf3-27/+19
2017-05-11iotests: Extend test 066Max Reitz2-1/+173
2017-05-11qcow2: Discard preallocated zero clustersMax Reitz1-1/+2
2017-05-11qcow2: Reuse preallocated zero clustersMax Reitz2-24/+59
2017-05-11qcow2: Fix preallocation size formulaMax Reitz1-4/+5
2017-05-11tests: Add POSIX image locking test case 182Fam Zheng3-0/+77
2017-05-11qemu-iotests: Add test case 153 for image lockingFam Zheng3-0/+624
2017-05-11file-posix: Add image locking to perm operationsFam Zheng1-1/+275
2017-05-11osdep: Fall back to posix lock when OFD lock is unavailableFam Zheng1-10/+10
2017-05-11osdep: Add qemu_lock_fd and qemu_unlock_fdFam Zheng2-0/+51
2017-05-11block: Reuse bs as backing hd for drive-backup sync=noneFam Zheng1-1/+14
2017-05-11tests: Disable image lock in test-replicationFam Zheng1-2/+7
2017-05-11file-win32: Error out if locking=onFam Zheng1-0/+5
2017-05-11file-posix: Add 'locking' optionFam Zheng2-0/+9
2017-05-11tests: Use null-co:// instead of /dev/null as the dummy imageFam Zheng6-7/+8
2017-05-11iotests: 172: Use separate images for multiple devicesFam Zheng2-49/+56
2017-05-11iotests: 091: Quit QEMU before checking imageFam Zheng1-0/+2
2017-05-11iotests: 087: Don't attach test image twiceFam Zheng1-4/+2
2017-05-11iotests: 085: Avoid image locking conflictFam Zheng2-15/+21
2017-05-11iotests: 055: Don't attach the target image already for drive-backupFam Zheng1-14/+18
2017-05-11iotests: 046: Prepare for image lockingFam Zheng1-1/+1
2017-05-11iotests: 030: Prepare for image lockingFam Zheng1-9/+9
2017-05-11qemu-io: Add --force-share optionFam Zheng1-8/+34
2017-05-11qemu-img: Update documentation for -UFam Zheng1-18/+18
2017-05-11qemu-img: Add --force-share option to subcommandsFam Zheng1-36/+117
2017-05-11block: Respect "force-share" in perm propagatingFam Zheng1-8/+24
2017-05-11block: Add, parse and store "force-share" optionFam Zheng4-0/+22
2017-05-11block: Make bdrv_perm_names publicFam Zheng2-1/+3
2017-05-09Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into stagingStefan Hajnoczi71-668/+805
2017-05-09qmp-shell: improve helpMarc-André Lureau1-1/+5
2017-05-09qmp-shell: don't show version greeting if unavailableMarc-André Lureau1-0/+3
2017-05-09qmp-shell: Cope with query-commands errorMarc-André Lureau1-1/+4