aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-24blockdev: enable non-root nodes for transaction drive-backup sourceVladimir Sementsov-Ogievskiy1-1/+1
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-1/+1
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-9/+8
2019-06-14blockdev: Overlays are not snapshotsMax Reitz1-5/+5
2019-06-14blockdev-backup: don't check aio_context too earlyJohn Snow1-4/+0
2019-06-04blockdev: Use bdrv_try_set_aio_context() for monitor commandsKevin Wolf1-16/+28
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-2/+2
2019-06-04blockdev: fix missed target unref for drive-backupJohn Snow1-7/+6
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-17/+33
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-17/+33
2019-05-28blockdev: loosen restrictions on drive-backup source nodeJohn Snow1-1/+6
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster1-4/+5
2019-03-19blockdev: Check @replaces in blockdev_mirror_commonMax Reitz1-22/+33
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-43/+12
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia1-0/+47
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-1/+1
2019-03-12bitmaps: Fix typo in function nameEric Blake1-2/+2
2019-03-12block/dirty-bitmaps: prohibit removing readonly bitmapsJohn Snow1-1/+2
2019-03-12block/dirty-bitmaps: prohibit readonly bitmaps for backupsJohn Snow1-2/+2
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-40/+9
2019-03-12blockdev: remove unused paio parameter documentationJohn Snow1-1/+0
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-9/+9
2019-03-12qapi: move to QOM path for x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-6/+6
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich1-1/+3
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-0/+8
2019-02-19blockdev: acquire aio_context for bitmap add/removeJohn Snow1-6/+20
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy1-0/+5
2019-01-14block: remove 'x' prefix from experimental bitmap APIsJohn Snow1-11/+11
2019-01-14blockdev: n-ary bitmap mergeJohn Snow1-24/+51
2019-01-14blockdev: abort transactions in reverse orderJohn Snow1-7/+7
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11qemu/queue.h: do not access tqe_prev directlyPaolo Bonzini1-1/+1
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()Alberto Garcia1-2/+1
2018-12-14block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()Alberto Garcia1-6/+2
2018-11-12blockdev: Consistently use snapshot_node_name in external_snapshot_prepare()Peter Maydell1-1/+1
2018-11-12blockdev: handle error on block latency histogram set errorzhenwei pi1-3/+16
2018-11-05block: Make auto-read-only=on default for -driveKevin Wolf1-0/+1
2018-11-05block: Add auto-read-only optionKevin Wolf1-1/+1
2018-10-29block/backup: prohibit backup from using in use bitmapsJohn Snow1-6/+6
2018-10-29block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmapsJohn Snow1-6/+20
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow1-8/+0
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow1-21/+8
2018-10-29qapi: add transaction support for x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy1-0/+35
2018-10-29blockdev: rename block-dirty-bitmap-clear transaction handlersVladimir Sementsov-Ogievskiy1-4/+4
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy1-1/+1
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy1-1/+1
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy1-10/+0
2018-10-29blockdev-backup: add bitmap argumentJohn Snow1-1/+17
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster1-13/+14