aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf
2021-07-09blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-03-24blockdev: with -drive if=virtio, use generic virtio-blkLaurent Vivier
2021-03-23block: Remove monitor command block_passwdMarkus Armbruster
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster
2021-03-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-03-08blockdev: fix drive_backup_prepare() missed errorVladimir Sementsov-Ogievskiy
2021-03-08blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl
2021-02-12block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2021-01-26qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy
2021-01-26stream: rework backing-file changingAndrey Shinkevich
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich
2020-12-13blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan
2020-12-11block: Fix locking in qmp_block_resize()Kevin Wolf
2020-12-11block: Simplify qmp_block_resize() error pathsKevin Wolf
2020-12-10Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster
2020-12-10block: Improve some block-commit, block-stream error messagesMarkus Armbruster
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-07blockdev: Fix active commit choiceMax Reitz
2020-09-07commit: Deal with filtersMax Reitz
2020-09-07backup: Deal with filtersMax Reitz
2020-09-07mirror: Deal with filtersMax Reitz
2020-09-07blockdev: Use CAF in external_snapshot_prepare()Max Reitz
2020-09-07stream: Deal with filtersMax Reitz
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster
2020-07-10qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster