summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* qmp_change_blockdev() remove unused has_formatMarc-André Lureau2013-12-161-1/+1
* block/drive-mirror: Reuse backing HD for sync=noneMax Reitz2013-11-271-0/+3
* qmp: access the local QemuOptsLists for drive optionAmos Kong2013-11-141-1/+0
* block/drive-mirror: Check for NULL backing_hdMax Reitz2013-11-141-1/+3
* blockdev: fix drive_init() opts and bs_opts leaksStefan Hajnoczi2013-11-071-12/+15
* blockdev: fix cdrom read_only flagFam Zheng2013-10-171-3/+4
* blockdev: blockdev_init() error conversionKevin Wolf2013-10-111-25/+31
* blockdev: Don't disable COR automatically with blockdev-addKevin Wolf2013-10-111-4/+27
* blockdev: Remove 'media' parameter from blockdev_init()Kevin Wolf2013-10-111-25/+15
* blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2013-10-111-6/+0
* blockdev: Move virtio-blk device creation to drive_initKevin Wolf2013-10-111-27/+27
* blockdev: Move bus/unit/index processing to drive_initKevin Wolf2013-10-111-84/+73
* blockdev: Move parsing of 'boot' option to drive_initKevin Wolf2013-10-111-10/+11
* blockdev: Moving parsing of geometry options to drive_initKevin Wolf2013-10-111-67/+69
* blockdev: Move parsing of 'if' option to drive_initKevin Wolf2013-10-111-18/+22
* blockdev: Move parsing of 'media' option to drive_initKevin Wolf2013-10-111-23/+50
* blockdev: Pass QDict to blockdev_init()Kevin Wolf2013-10-111-17/+17
* blockdev: Separate ID generation from DriveInfo creationKevin Wolf2013-10-111-15/+17
* blockdev: 'blockdev-add' QMP commandKevin Wolf2013-10-111-0/+57
* blockdev: Introduce DriveInfo.enable_auto_delKevin Wolf2013-10-111-1/+16
* block: Improve driver whitelist checksKevin Wolf2013-10-111-6/+2
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-111-0/+5
* block: Remove unused assignment (fixes warning from clang)Stefan Weil2013-10-021-1/+0
* blockdev: do not default cache.no-flush to truePaolo Bonzini2013-09-201-1/+1
* block: Assert validity of BdrvActionOpsMax Reitz2013-09-121-0/+2
* block: Error parameter for open functionsMax Reitz2013-09-121-17/+13
* qmp: add interface blockdev-snapshot-delete-internal-syncWenchao Xia2013-09-121-0/+61
* qmp: add interface blockdev-snapshot-internal-syncWenchao Xia2013-09-121-0/+13
* qmp: add internal snapshot support in qmp_transactionWenchao Xia2013-09-121-0/+116
* block: use BDS ref for block jobsFam Zheng2013-09-061-34/+15
* block: make bdrv_delete() staticFam Zheng2013-09-061-7/+7
* block: Add iops_size to do the iops accounting for a given io size.Benoît Canet2013-09-061-3/+14
* block: Add support for throttling burst max in QMP and the command line.Benoît Canet2013-09-061-16/+78
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-061-47/+55
* Revert "block: Disable driver-specific options for 1.6"Kevin Wolf2013-08-301-143/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* block: better error message for read only format nameFam Zheng2013-08-221-1/+5
* block: Dont ignore previously set bdrv_flagsM. Mohan Kumar2013-08-141-1/+0
* block: Bugfix 'format' and 'snapshot' used in drive optionMike Qiu2013-08-091-3/+9
* block: Disable driver-specific options for 1.6Kevin Wolf2013-08-021-0/+143
* misc: Use g_assert_not_reached for code which is expected to be unreachableStefan Weil2013-07-271-1/+1
* Implement sync modes for drive-backup.Ian Main2013-07-261-7/+22
* blockdev: Split up 'cache' optionKevin Wolf2013-07-261-10/+47
* blockdev: Rename 'readonly' option to 'read-only'Kevin Wolf2013-07-261-4/+6
* blockdev: Rename I/O throttling options for QMPKevin Wolf2013-07-261-13/+39
* block: Allow "driver" option on the top levelKevin Wolf2013-07-261-10/+10
* blockdev: add sync mode to drive-backup QMP commandStefan Hajnoczi2013-07-151-0/+6
* blockdev: add Abort transactionStefan Hajnoczi2013-06-281-0/+15
* blockdev: add DriveBackup transactionStefan Hajnoczi2013-06-281-0/+49
* blockdev: allow BdrvActionOps->commit() to be NULLStefan Hajnoczi2013-06-281-2/+4
OpenPOWER on IntegriCloud