summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-07block: Fix unpaired aio_disable_external in external snapshotFam Zheng1-2/+2
2017-03-28block: Declare blockdev-add and blockdev-del supportedMarkus Armbruster1-2/+2
2017-03-17blockdev: fix bitmap clear undoJohn Snow1-1/+3
2017-03-07block: Fix error handling in bdrv_replace_in_backing_chain()Kevin Wolf1-1/+1
2017-03-07block: Fix blockdev-snapshot error handlingKevin Wolf1-1/+3
2017-02-28block: Add Error parameter to bdrv_append()Kevin Wolf1-3/+15
2017-02-28commit: Add filter-node-name to block-commitKevin Wolf1-3/+7
2017-02-28mirror: Add filter-node-name to blockdev-mirrorKevin Wolf1-1/+11
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-4/+15
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-2/+9
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-2/+2
2017-02-28throttle: factor out duplicate codePradeep Jagadeesh1-77/+6
2017-02-24blockdev: Use BlockBackend to resize in qmp_block_resize()Kevin Wolf1-1/+6
2017-02-21blockdev: Make orphaned -drive fatalMarkus Armbruster1-7/+7
2017-02-21blockdev: Improve message for orphaned -driveMarkus Armbruster1-4/+7
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
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