summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-13block: Use block_job_get() in find_block_job()Alberto Garcia1-27/+13
2016-07-06qapi: Add new visit_complete() functionEric Blake1-5/+4
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell1-9/+3
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-9/+3
2016-06-20blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi1-0/+1
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-3/+12
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia1-12/+8
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord1-2/+5
2016-06-08blockdev: clean up error handling in do_open_trayColin Lord1-18/+28