aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-05qemu-iotests: Log QMP traffic in debug modeKevin Wolf1-0/+5
2016-09-05block jobs: Improve error message for missing job IDKevin Wolf1-0/+4
2016-09-05coroutine: Assert that no locks are held on terminationKevin Wolf3-0/+13
2016-09-05coroutine: Let CoMutex remember who holds itKevin Wolf2-0/+4
2016-09-05qcow2: fix iovec size at qcow2_co_pwritev_compressedPavel Butsykin1-1/+1
2016-09-05test-coroutine: Fix coroutine pool corruptionKevin Wolf1-0/+7
2016-09-05qemu-iotests: add vmdk for test backup compression in 055Pavel Butsykin1-18/+39
2016-09-05qemu-iotests: test backup compression in 055Pavel Butsykin3-7/+104
2016-09-05blockdev-backup: added support for data compressionPavel Butsykin3-3/+12
2016-09-05drive-backup: added support for data compressionPavel Butsykin7-9/+34
2016-09-05block: simplify blockdev-backupPavel Butsykin2-47/+25
2016-09-05block: simplify drive-backupPavel Butsykin3-87/+48
2016-09-05block/io: turn on dirty_bitmaps for the compressed writesPavel Butsykin1-9/+5
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin5-43/+3
2016-09-05qcow: cleanup qcow_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow: add qcow_co_pwritev_compressedPavel Butsykin1-67/+42
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin1-50/+5
2016-09-05qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursionPavel Butsykin1-17/+7
2016-09-05qcow2: add qcow2_co_pwritev_compressedPavel Butsykin1-74/+50
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin4-18/+46
2016-09-05block: Convert bdrv_pwrite_compressed() to BdrvChildPavel Butsykin3-3/+4
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin6-41/+20
2016-09-05nbd-server: Allow node name for nbd-server-addKevin Wolf2-14/+11
2016-09-05nbd-server: Use a separate BlockBackendKevin Wolf5-10/+28
2016-09-05block: Accept node-name for drive-mirrorKevin Wolf4-19/+11
2016-09-05block: Accept node-name for drive-backupKevin Wolf4-35/+14
2016-09-05block: Accept node-name for change-backing-fileKevin Wolf3-14/+7
2016-09-05block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf4-17/+11
2016-09-05block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf4-17/+8
2016-09-05block: Accept node-name for blockdev-mirrorKevin Wolf3-11/+5
2016-09-05block: Accept node-name for blockdev-backupKevin Wolf3-25/+10
2016-09-05block: Accept node-name for block-commitKevin Wolf3-14/+13
2016-09-05block: Accept node-name for block-streamKevin Wolf6-18/+45
2016-09-05scsi: scsi-cd without drive property for empty driveKevin Wolf1-0/+5
2016-09-05ide: ide-cd without drive property for empty driveKevin Wolf1-5/+15
2016-09-05Open 2.8 development treePeter Maydell1-1/+1
2016-09-02Update version for v2.7.0 releasev2.7.0Peter Maydell1-1/+1
2016-08-30Update version for v2.7.0-rc5 releasev2.7.0-rc5Peter Maydell1-1/+1
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz2-9/+32
2016-08-309pfs: forbid . and .. in file namesGreg Kurz1-0/+51
2016-08-309pfs: forbid illegal path namesGreg Kurz1-0/+56
2016-08-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-31/+29
2016-08-30optionrom: cope with multiple -O optionsPaolo Bonzini1-4/+1
2016-08-30Revert "Change net/socket.c to use socket_*() functions"Paolo Bonzini1-27/+28
2016-08-30translate: early exit in tb_flush if there is no tcgChristian Borntraeger1-0/+3
2016-08-30ui: fix refresh of VNC server surfaceDaniel P. Berrange1-9/+11
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+16
2016-08-24Fix bsd-user build after d915b7bbEd Maste1-0/+1
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi1-0/+1
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi1-0/+15