summaryrefslogtreecommitdiffstats
path: root/blockdev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell2016-06-201-9/+3Star
|\
| * error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-9/+3Star
* | blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi2016-06-201-0/+1
|/
* block/mirror: Fix target backing BDSMax Reitz2016-06-161-3/+12
* block: use the block job list in qmp_query_block_jobs()Alberto Garcia2016-06-161-12/+8Star
* blockdev: clarify error on attempt to open locked trayColin Lord2016-06-161-2/+5
* blockdev: clean up error handling in do_open_trayColin Lord2016-06-081-18/+28
* blockdev-backup: Don't move target AioContext if it's attachedFam Zheng2016-06-071-1/+11
* blockdev-backup: Use bdrv_lookup_bs on targetFam Zheng2016-06-071-10/+3Star
* backup: Use BlockBackend for I/OKevin Wolf2016-05-251-3/+1Star
* mirror: Use BlockBackend for I/OKevin Wolf2016-05-251-3/+1Star
* mirror: Allow target that already has a BlockBackendKevin Wolf2016-05-251-4/+0Star
* block: Drop errp parameter from blk_new()Max Reitz2016-05-251-5/+1Star
* block: Make bdrv_open() return a BDSMax Reitz2016-05-251-24/+14Star
* block: Fix bdrv_next() memory leakKevin Wolf2016-05-251-2/+2
* block: clarify error message for qmp-ejectJohn Snow2016-05-191-11/+40
* block: Remove BlockDriverState.blkKevin Wolf2016-05-191-8/+8
* block: Avoid bs->blk in bdrv_next()Kevin Wolf2016-05-191-1/+2
* Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf2016-05-191-7/+0Star
* block: Decouple throttling from BlockDriverStateKevin Wolf2016-05-191-18/+9Star
* block: Move I/O throttling configuration functions to BlockBackendKevin Wolf2016-05-191-8/+8
* block: Move throttling fields from BDS to BBKevin Wolf2016-05-191-2/+2
* block: Make sure throttled BDSes always have a BBKevin Wolf2016-05-191-2/+2
* qmp: add monitor command to add/remove a childWen Congyang2016-05-121-0/+55
* block: Fix typo in commentWei Jiangang2016-05-121-1/+1
* 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