aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12bitmaps: Fix typo in function nameEric Blake
2019-03-12block/dirty-bitmaps: prohibit removing readonly bitmapsJohn Snow
2019-03-12block/dirty-bitmaps: prohibit readonly bitmaps for backupsJohn Snow
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12blockdev: remove unused paio parameter documentationJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow
2019-03-12qapi: move to QOM path for x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-19blockdev: acquire aio_context for bitmap add/removeJohn Snow
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy
2019-01-14block: remove 'x' prefix from experimental bitmap APIsJohn Snow
2019-01-14blockdev: n-ary bitmap mergeJohn Snow
2019-01-14blockdev: abort transactions in reverse orderJohn Snow
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-11qemu/queue.h: do not access tqe_prev directlyPaolo Bonzini
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-14block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()Alberto Garcia
2018-12-14block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()Alberto Garcia
2018-11-12blockdev: Consistently use snapshot_node_name in external_snapshot_prepare()Peter Maydell
2018-11-12blockdev: handle error on block latency histogram set errorzhenwei pi
2018-11-05block: Make auto-read-only=on default for -driveKevin Wolf
2018-11-05block: Add auto-read-only optionKevin Wolf
2018-10-29block/backup: prohibit backup from using in use bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: prohibit enable/disable on locked/frozen bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: allow clear on disabled bitmapsJohn Snow
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow
2018-10-29qapi: add transaction support for x-block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2018-10-29blockdev: rename block-dirty-bitmap-clear transaction handlersVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: rename bdrv_undo_clear_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-29dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmapVladimir Sementsov-Ogievskiy
2018-10-29blockdev-backup: add bitmap argumentJohn Snow
2018-10-19blockdev: Convert drive_new() to ErrorMarkus Armbruster
2018-09-25commit: Add top-node/base-node optionsKevin Wolf
2018-09-25blockdev: document transactional shortcomingsJohn Snow
2018-09-25qapi/block-stream: expose new job propertiesJohn Snow
2018-09-25qapi/block-mirror: expose new job propertiesJohn Snow
2018-09-25qapi/block-commit: expose new job propertiesJohn Snow
2018-09-25block/stream: add block job creation flagsJohn Snow
2018-09-25block/mirror: add block job creation flagsJohn Snow
2018-09-25block/commit: add block job creation flagsJohn Snow
2018-08-15block: Remove dead deprecation warning codeKevin Wolf
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-08-15block: Remove deprecated -drive option addrKevin Wolf
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive geometry options"Cornelia Huck