summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf2019-11-291-0/+7
* block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini2019-11-291-0/+5
* block: Remove BDRV_O_CACHE_WBKevin Wolf2019-11-291-19/+2
* block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf2019-11-291-2/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2019-11-291-0/+1
* block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf2019-11-291-1/+9
* block: Reject writethrough mode except at the rootKevin Wolf2019-11-291-2/+17
* block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf2019-11-291-2/+5
* block: Remove bdrv_make_anon()Kevin Wolf2019-11-291-3/+0
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+2
* qapi: Don't special-case simple union wrappersEric Blake2019-11-291-12/+12
* block: Remove bdrv_states listMax Reitz2019-11-291-7/+0
* block: Add bdrv_next_monitor_owned()Max Reitz2019-11-291-0/+7
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2019-11-291-5/+6
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-291-3/+14
* block: Use blk_{commit,flush}_all() consistentlyMax Reitz2019-11-291-1/+1
* block: Fix memory leak in hmp_drive_add_node()Kevin Wolf2019-11-291-0/+1
* block: Fix qemu_root_bds_opts.head initialisationKevin Wolf2019-11-291-1/+1
* hmp: Extend drive_del to delete nodes without BBKevin Wolf2019-11-291-0/+9
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2019-11-291-0/+30
* block: Fix cache mode defaults in bds_tree_init()Kevin Wolf2019-11-291-0/+7
* block: Fix snapshot=on cache modesKevin Wolf2019-11-291-7/+0
* blockdev: Snapshotting must not open second instance of old topKevin Wolf2019-11-291-1/+6
* 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
OpenPOWER on IntegriCloud