summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf2016-04-051-0/+7
* block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini2016-04-051-0/+5
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-19/+2Star
* block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf2016-03-301-2/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-0/+1
* block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf2016-03-301-1/+9
* block: Reject writethrough mode except at the rootKevin Wolf2016-03-301-2/+17
* block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf2016-03-301-2/+5
* block: Remove bdrv_make_anon()Kevin Wolf2016-03-301-3/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+2
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-12/+12
* block: Remove bdrv_states listMax Reitz2016-03-171-7/+0Star
* block: Add bdrv_next_monitor_owned()Max Reitz2016-03-171-0/+7
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2016-03-171-5/+6
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-3/+14
* block: Use blk_{commit,flush}_all() consistentlyMax Reitz2016-03-171-1/+1
* block: Fix memory leak in hmp_drive_add_node()Kevin Wolf2016-03-171-0/+1
* block: Fix qemu_root_bds_opts.head initialisationKevin Wolf2016-03-171-1/+1
* hmp: Extend drive_del to delete nodes without BBKevin Wolf2016-03-141-0/+9
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2016-03-141-0/+30
* block: Fix cache mode defaults in bds_tree_init()Kevin Wolf2016-03-141-0/+7
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-7/+0Star
* blockdev: Snapshotting must not open second instance of old topKevin Wolf2016-03-141-1/+6
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2016-03-051-14/+17
* blockdev: unset inappropriate flags when changing mediumAlyssa Milburn2016-02-221-0/+2
* qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia2016-02-221-0/+31
* throttle: Add command-line settings to define the burst periodsAlberto Garcia2016-02-221-0/+37
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2016-02-221-2/+2
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2016-02-221-19/+2Star
* throttle: Make throttle_is_valid() set errpAlberto Garcia2016-02-221-3/+1Star
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2016-02-221-3/+1Star
* throttle: Make throttle_conflicting() set errpAlberto Garcia2016-02-221-3/+1Star
* block: Fix -incoming with snapshot=onKevin Wolf2016-02-221-0/+8
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* all: Clean up includesPeter Maydell2016-02-041-0/+1
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-2/+1Star
* blockdev: Keep track of monitor-owned BDSMax Reitz2016-02-021-1/+27
* blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz2016-02-021-1/+1
* blockdev: Fix 'change' for slot devicesMax Reitz2016-02-021-2/+29
* blockdev: Error out on negative throttling option valuesFam Zheng2016-01-201-1/+2
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-7/+5Star
* qmp: Add blockdev-mirror commandFam Zheng2016-01-071-0/+62
* block: Add check on mirror targetFam Zheng2016-01-071-0/+3
* block: Extract blockdev part of qmp_drive_mirrorFam Zheng2016-01-071-42/+72
* block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng2016-01-071-1/+1
* block: Move cache options into options QDictKevin Wolf2015-12-181-37/+15Star
* blockdev: Set 'format' indicates non-empty driveKevin Wolf2015-12-181-4/+1Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-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