aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-25blockdev: Use error_report() in hmp_commit()Kevin Wolf
2019-10-17dirty-bitmaps: remove deprecated autoload parameterJohn Snow
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy
2019-10-17block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy
2019-10-17block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy
2019-08-19mirror: Fix bdrv_has_zero_init() useMax Reitz
2019-08-16block/backup: deal with zero detectionVladimir Sementsov-Ogievskiy
2019-08-16block/backup: support bitmap sync modes for non-bitmap backupsJohn Snow
2019-08-16block/backup: hoist bitmap check into QMP interfaceJohn Snow
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow
2019-08-16blockdev: reduce aio_context locked sections in bitmap add/removeVladimir Sementsov-Ogievskiy
2019-08-16block/backup: loosen restriction on readonly bitmapsJohn Snow
2019-08-16block/backup: Add mirror sync mode 'bitmap'John Snow
2019-08-16blockdev-backup: utilize do_backup_commonJohn Snow
2019-08-16drive-backup: create do_backup_commonJohn Snow
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-24blockdev: enable non-root nodes for transaction drive-backup sourceVladimir Sementsov-Ogievskiy
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-14blockdev: Overlays are not snapshotsMax Reitz
2019-06-14blockdev-backup: don't check aio_context too earlyJohn Snow
2019-06-04blockdev: Use bdrv_try_set_aio_context() for monitor commandsKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04blockdev: fix missed target unref for drive-backupJohn Snow
2019-05-30Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-05-28qapi: support external bitmaps in block-dirty-bitmap-mergeVladimir Sementsov-Ogievskiy
2019-05-28blockdev: loosen restrictions on drive-backup source nodeJohn Snow
2019-04-18blockdev: Make -drive format=help print to stdoutMarkus Armbruster
2019-03-19blockdev: Check @replaces in blockdev_mirror_commonMax Reitz
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