summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-14blockjob: refactor backup_start as backup_job_createJohn Snow1-29/+52
2016-11-01Blockjobs: Internalize user_pause logicJohn Snow1-7/+5
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-34/+8
2016-11-01Replication/Blockjobs: Create replication jobs as internalJohn Snow1-4/+7
2016-11-01blockjobs: hide internal jobs from management APIJohn Snow1-4/+13
2016-10-31block: Add 'base-node' parameter to the 'block-stream' commandAlberto Garcia1-0/+21
2016-10-31block: Add QMP support for streaming to an intermediate layerAlberto Garcia1-6/+9
2016-10-31block: Check blockers in all nodes involved in a block-commit jobAlberto Garcia1-2/+9
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-1/+1
2016-09-29block: Remove qemu_root_bds_optsKevin Wolf1-53/+1
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf1-25/+0
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf1-3/+6
2016-09-29block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf1-8/+1
2016-09-29block: Drop aio/cache consistency check from qmp_blockdev_add()Kevin Wolf1-15/+0
2016-09-29block: Fix error path in qmp_blockdev_change_medium()Kevin Wolf1-1/+1
2016-09-23block: Remove BB interface from blockdev-add/delKevin Wolf1-90/+34
2016-09-23block: Avoid printing NULL string in error messagesKevin Wolf1-6/+3
2016-09-23block: Accept device model name for block_set_io_throttleKevin Wolf1-5/+7
2016-09-23block: Accept device model name for blockdev-change-mediumKevin Wolf1-7/+11
2016-09-23block: Accept device model name for ejectKevin Wolf1-3/+7
2016-09-23block: Accept device model name for x-blockdev-remove-mediumKevin Wolf1-12/+16
2016-09-23block: Accept device model name for x-blockdev-insert-mediumKevin Wolf1-16/+17
2016-09-23block: Accept device model name for blockdev-open/close-trayKevin Wolf1-15/+46
2016-09-23block: rename "read-only" to BDRV_OPT_READ_ONLYAlberto Garcia1-5/+5
2016-09-23block: Add "read-only" to the options QDictAlberto Garcia1-9/+7
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2016-09-13qtail: clean up direct access to tqe_prev fieldIgor Mammedov1-1/+1
2016-09-13mirror: auto complete active commitWen Congyang1-1/+1
2016-09-05blockdev-backup: added support for data compressionPavel Butsykin1-2/+5
2016-09-05drive-backup: added support for data compressionPavel Butsykin1-3/+6
2016-09-05block: simplify blockdev-backupPavel Butsykin1-46/+20
2016-09-05block: simplify drive-backupPavel Butsykin1-75/+36
2016-09-05block: Accept node-name for drive-mirrorKevin Wolf1-11/+3
2016-09-05block: Accept node-name for drive-backupKevin Wolf1-27/+9
2016-09-05block: Accept node-name for change-backing-fileKevin Wolf1-12/+3
2016-09-05block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf1-12/+3
2016-09-05block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf1-13/+3
2016-09-05block: Accept node-name for blockdev-mirrorKevin Wolf1-9/+1
2016-09-05block: Accept node-name for blockdev-backupKevin Wolf1-23/+8
2016-09-05block: Accept node-name for block-commitKevin Wolf1-12/+11
2016-09-05block: Accept node-name for block-streamKevin Wolf1-12/+25
2016-08-05block: Accept any target node for transactional blockdev-backupKevin Wolf1-4/+4
2016-07-19block: Simplify drive-mirrorEric Blake1-44/+34
2016-07-19block: Simplify block_set_io_throttleEric Blake1-71/+40
2016-07-13blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia1-2/+4
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-4/+5
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-3/+3
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-19/+24
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-7/+8