summaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-05block: Accept any target node for transactional blockdev-backupKevin Wolf1-4/+4
2016-07-19block: Simplify drive-mirrorEric Blake1-44/+34
2016-07-19block: Simplify block_set_io_throttleEric Blake1-71/+40
2016-07-13blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia1-2/+4
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-4/+5
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-3/+3
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-19/+24
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-7/+8
2016-07-13block: Use block_job_get() in find_block_job()Alberto Garcia1-27/+13
2016-07-06qapi: Add new visit_complete() functionEric Blake1-5/+4
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+1
2016-06-20Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-06-20' into...Peter Maydell1-9/+3
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-9/+3
2016-06-20blockjob: move iostatus reset out of block_job_enter()Stefan Hajnoczi1-0/+1
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-3/+12
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia1-12/+8
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord1-2/+5
2016-06-08blockdev: clean up error handling in do_open_trayColin Lord1-18/+28
2016-06-07blockdev-backup: Don't move target AioContext if it's attachedFam Zheng1-1/+11
2016-06-07blockdev-backup: Use bdrv_lookup_bs on targetFam Zheng1-10/+3
2016-05-25backup: Use BlockBackend for I/OKevin Wolf1-3/+1
2016-05-25mirror: Use BlockBackend for I/OKevin Wolf1-3/+1
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf1-4/+0
2016-05-25block: Drop errp parameter from blk_new()Max Reitz1-5/+1
2016-05-25block: Make bdrv_open() return a BDSMax Reitz1-24/+14
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-2/+2
2016-05-19block: clarify error message for qmp-ejectJohn Snow1-11/+40
2016-05-19block: Remove BlockDriverState.blkKevin Wolf1-8/+8
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-1/+2
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf1-7/+0
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-18/+9
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-8/+8
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-2/+2
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf1-2/+2
2016-05-12qmp: add monitor command to add/remove a childWen Congyang1-0/+55
2016-05-12block: Fix typo in commentWei Jiangang1-1/+1
2016-04-05block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf1-0/+7
2016-04-05block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini1-0/+5
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-19/+2
2016-03-30block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf1-2/+3
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-0/+1
2016-03-30block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf1-1/+9
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf1-2/+17
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf1-2/+5
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf1-3/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
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