summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: Remove qemu_root_bds_optsKevin Wolf2016-09-291-53/+1Star
* block: Move 'discard' option to bdrv_open_common()Kevin Wolf2016-09-291-25/+0Star
* block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf2016-09-291-3/+6
* block: Parse 'detect-zeroes' in bdrv_open_common()Kevin Wolf2016-09-291-8/+1Star
* block: Drop aio/cache consistency check from qmp_blockdev_add()Kevin Wolf2016-09-291-15/+0Star
* block: Fix error path in qmp_blockdev_change_medium()Kevin Wolf2016-09-291-1/+1
* block: Remove BB interface from blockdev-add/delKevin Wolf2016-09-231-90/+34Star
* block: Avoid printing NULL string in error messagesKevin Wolf2016-09-231-6/+3Star
* block: Accept device model name for block_set_io_throttleKevin Wolf2016-09-231-5/+7
* block: Accept device model name for blockdev-change-mediumKevin Wolf2016-09-231-7/+11
* block: Accept device model name for ejectKevin Wolf2016-09-231-3/+7
* block: Accept device model name for x-blockdev-remove-mediumKevin Wolf2016-09-231-12/+16
* block: Accept device model name for x-blockdev-insert-mediumKevin Wolf2016-09-231-16/+17
* block: Accept device model name for blockdev-open/close-trayKevin Wolf2016-09-231-15/+46
* block: rename "read-only" to BDRV_OPT_READ_ONLYAlberto Garcia2016-09-231-5/+5
* block: Add "read-only" to the options QDictAlberto Garcia2016-09-231-9/+7Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-151-1/+1
|\
| * qtail: clean up direct access to tqe_prev fieldIgor Mammedov2016-09-131-1/+1
* | mirror: auto complete active commitWen Congyang2016-09-131-1/+1
|/
* blockdev-backup: added support for data compressionPavel Butsykin2016-09-051-2/+5
* drive-backup: added support for data compressionPavel Butsykin2016-09-051-3/+6
* block: simplify blockdev-backupPavel Butsykin2016-09-051-46/+20Star
* block: simplify drive-backupPavel Butsykin2016-09-051-75/+36Star
* block: Accept node-name for drive-mirrorKevin Wolf2016-09-051-11/+3Star
* block: Accept node-name for drive-backupKevin Wolf2016-09-051-27/+9Star
* block: Accept node-name for change-backing-fileKevin Wolf2016-09-051-12/+3Star
* block: Accept node-name for blockdev-snapshot-internal-syncKevin Wolf2016-09-051-12/+3Star
* block: Accept node-name for blockdev-snapshot-delete-internal-syncKevin Wolf2016-09-051-13/+3Star
* block: Accept node-name for blockdev-mirrorKevin Wolf2016-09-051-9/+1Star
* block: Accept node-name for blockdev-backupKevin Wolf2016-09-051-23/+8Star
* block: Accept node-name for block-commitKevin Wolf2016-09-051-12/+11Star
* block: Accept node-name for block-streamKevin Wolf2016-09-051-12/+25
* block: Accept any target node for transactional blockdev-backupKevin Wolf2016-08-051-4/+4
* block: Simplify drive-mirrorEric Blake2016-07-191-44/+34Star
* block: Simplify block_set_io_throttleEric Blake2016-07-191-71/+40Star
* blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia2016-07-131-2/+4
* commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-4/+5
* stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia2016-07-131-3/+3
* backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia2016-07-131-19/+24
* mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia2016-07-131-7/+8
* block: Use block_job_get() in find_block_job()Alberto Garcia2016-07-131-27/+13Star
* qapi: Add new visit_complete() functionEric Blake2016-07-061-5/+4Star
* qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell2016-06-201-9/+3Star
|\
| * error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-9/+3Star
* | blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi2016-06-201-0/+1
|/
* block/mirror: Fix target backing BDSMax Reitz2016-06-161-3/+12
* block: use the block job list in qmp_query_block_jobs()Alberto Garcia2016-06-161-12/+8Star
* blockdev: clarify error on attempt to open locked trayColin Lord2016-06-161-2/+5
* blockdev: clean up error handling in do_open_trayColin Lord2016-06-081-18/+28