summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18qapi: Don't special-case simple union wrappersEric Blake1-12/+12
2016-03-17block: Remove bdrv_states listMax Reitz1-7/+0
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz1-0/+7
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-5/+6
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-3/+14
2016-03-17block: Use blk_{commit,flush}_all() consistentlyMax Reitz1-1/+1
2016-03-17block: Fix memory leak in hmp_drive_add_node()Kevin Wolf1-0/+1
2016-03-17block: Fix qemu_root_bds_opts.head initialisationKevin Wolf1-1/+1
2016-03-14hmp: Extend drive_del to delete nodes without BBKevin Wolf1-0/+9
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf1-0/+30
2016-03-14block: Fix cache mode defaults in bds_tree_init()Kevin Wolf1-0/+7
2016-03-14block: Fix snapshot=on cache modesKevin Wolf1-7/+0
2016-03-14blockdev: Snapshotting must not open second instance of old topKevin Wolf1-1/+6
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake1-14/+17
2016-02-22blockdev: unset inappropriate flags when changing mediumAlyssa Milburn1-0/+2
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia1-0/+31
2016-02-22throttle: Add command-line settings to define the burst periodsAlberto Garcia1-0/+37
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia1-2/+2
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia1-19/+2
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia1-3/+1
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia1-3/+1
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia1-3/+1
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf1-0/+8
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-02-04all: Clean up includesPeter Maydell1-0/+1
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-2/+1
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-1/+27
2016-02-02blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz1-1/+1
2016-02-02blockdev: Fix 'change' for slot devicesMax Reitz1-2/+29
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng1-1/+2
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-7/+5
2016-01-07qmp: Add blockdev-mirror commandFam Zheng1-0/+62
2016-01-07block: Add check on mirror targetFam Zheng1-0/+3
2016-01-07block: Extract blockdev part of qmp_drive_mirrorFam Zheng1-42/+72
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-18block: Move cache options into options QDictKevin Wolf1-37/+15
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf1-4/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-1/+1
2015-12-11blockdev: Mark {insert, remove}-medium experimentalMax Reitz1-5/+5
2015-11-18block: Call external_snapshot_clean after blockdev-snapshotAlberto Garcia1-0/+1
2015-11-18blockdev: Add missing bdrv_unref() in drive-backupMax Reitz1-0/+1
2015-11-17block: make 'stats-interval' an array of ints instead of a stringAlberto Garcia1-34/+57
2015-11-12block: New option to define the intervals for collecting I/O statisticsAlberto Garcia1-0/+37
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+16
2015-11-12block: add transactional propertiesJohn Snow1-4/+74
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-28/+84
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-28/+0
2015-11-12block: rename BlkTransactionState and BdrvActionOpsJohn Snow1-55/+69
2015-11-12qed: Implement .bdrv_drainFam Zheng1-1/+113
2015-11-11block: Add 'x-blockdev-del' QMP commandAlberto Garcia1-0/+66