aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2016-05-12qmp: add monitor command to add/remove a childWen Congyang
2016-05-12block: Fix typo in commentWei Jiangang
2016-04-05block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf
2016-04-05block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-17block: Remove bdrv_states listMax Reitz
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17block: Use blk_{commit,flush}_all() consistentlyMax Reitz
2016-03-17block: Fix memory leak in hmp_drive_add_node()Kevin Wolf
2016-03-17block: Fix qemu_root_bds_opts.head initialisationKevin Wolf
2016-03-14hmp: Extend drive_del to delete nodes without BBKevin Wolf
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf
2016-03-14block: Fix cache mode defaults in bds_tree_init()Kevin Wolf
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-03-14blockdev: Snapshotting must not open second instance of old topKevin Wolf
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake
2016-02-22blockdev: unset inappropriate flags when changing mediumAlyssa Milburn
2016-02-22qapi: Add burst length parameters to block_set_io_throttleAlberto Garcia
2016-02-22throttle: Add command-line settings to define the burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-04all: Clean up includesPeter Maydell
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz
2016-02-02blockdev: Use blk_remove_bs() in do_drive_del()Max Reitz
2016-02-02blockdev: Fix 'change' for slot devicesMax Reitz
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-07qmp: Add blockdev-mirror commandFam Zheng
2016-01-07block: Add check on mirror targetFam Zheng
2016-01-07block: Extract blockdev part of qmp_drive_mirrorFam Zheng
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-18block: Move cache options into options QDictKevin Wolf
2015-12-18blockdev: Set 'format' indicates non-empty driveKevin Wolf
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake