summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2019-11-291-14/+17
* blockdev: unset inappropriate flags when changing mediumAlyssa Milburn2019-11-291-0/+2
* qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2019-11-291-0/+31
* throttle: Add command-line settings to define the burst periodsAlberto Garcia2019-11-291-0/+37
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2019-11-291-2/+2
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2019-11-291-19/+2
* throttle: Make throttle_is_valid() set errpAlberto Garcia2019-11-291-3/+1
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2019-11-291-3/+1
* throttle: Make throttle_conflicting() set errpAlberto Garcia2019-11-291-3/+1
* block: Fix -incoming with snapshot=onKevin Wolf2019-11-291-0/+8
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-2/+2
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2019-11-291-2/+1
* blockdev: Keep track of monitor-owned BDSMax Reitz2019-11-291-1/+27
* blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz2019-11-291-1/+1
* blockdev: Fix 'change' for slot devicesMax Reitz2019-11-291-2/+29
* blockdev: Error out on negative throttling option valuesFam Zheng2019-11-291-1/+2
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-7/+5
* qmp: Add blockdev-mirror commandFam Zheng2019-11-291-0/+62
* block: Add check on mirror targetFam Zheng2019-11-291-0/+3
* block: Extract blockdev part of qmp_drive_mirrorFam Zheng2019-11-291-42/+72
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2019-11-291-1/+1
* block: Move cache options into options QDictKevin Wolf2019-11-291-37/+15
* blockdev: Set 'format' indicates non-empty driveKevin Wolf2019-11-291-4/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-1/+1
* blockdev: Mark {insert, remove}-medium experimentalMax Reitz2015-12-111-5/+5
* block: Call external_snapshot_clean after blockdev-snapshotAlberto Garcia2015-11-181-0/+1
* blockdev: Add missing bdrv_unref() in drive-backupMax Reitz2015-11-181-0/+1
* block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia2015-11-171-34/+57
* block: New option to define the intervals for collecting I/O statisticsAlberto Garcia2015-11-121-0/+37
* block: Allow configuring whether to account failed and invalid opsAlberto Garcia2015-11-121-0/+16
* block: add transactional propertiesJohn Snow2015-11-121-4/+74
* block: Add BlockJobTxn support to backup_runJohn Snow2015-11-121-28/+84
* blockjob: Introduce reference count and fix reference to job->bsFam Zheng2015-11-121-28/+0
* block: rename BlkTransactionState and BdrvActionOpsJohn Snow2015-11-121-55/+69
* qed: Implement .bdrv_drainFam Zheng2015-11-121-1/+113
* block: Add 'x-blockdev-del' QMP commandAlberto Garcia2015-11-111-0/+66
* block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia2015-11-111-0/+5
* throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia2015-11-111-2/+2
* block: add a 'blockdev-snapshot' QMP commandAlberto Garcia2015-11-111-61/+104
* block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia2015-11-111-1/+1
* block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia2015-11-111-2/+3
* blockdev: read-only-mode for blockdev-change-mediumMax Reitz2015-11-111-0/+22
* qmp: Introduce blockdev-change-mediumMax Reitz2015-11-111-3/+4
* blockdev: Implement change with basic operationsMax Reitz2015-11-111-110/+68
* blockdev: Implement eject with basic operationsMax Reitz2015-11-111-6/+5
* blockdev: Add blockdev-insert-mediumMax Reitz2015-11-111-0/+56
* blockdev: Add blockdev-remove-mediumMax Reitz2015-11-111-0/+51
* blockdev: Add blockdev-close-trayMax Reitz2015-11-111-0/+23
* blockdev: Add blockdev-open-trayMax Reitz2015-11-111-0/+36
OpenPOWER on IntegriCloud