summaryrefslogtreecommitdiffstats
path: root/blockdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-2/+2
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0
* block: Make blockdev-reopen stable APIAlberto Garcia2021-07-091-1/+1
* block: Support multiple reopening with x-blockdev-reopenAlberto Garcia2021-07-091-36/+45
* block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+5
* blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy2021-07-091-2/+1
* block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy2021-06-021-2/+1
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-301-4/+0
* blockdev: with -drive if=virtio, use generic virtio-blkLaurent Vivier2021-03-241-5/+1
* block: Remove monitor command block_passwdMarkus Armbruster2021-03-231-8/+0
* blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster2021-03-191-22/+15
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into stagingPeter Maydell2021-03-111-3/+1
|\
| * blockdev: fix drive_backup_prepare() missed errorVladimir Sementsov-Ogievskiy2021-03-081-3/+1
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into stagingPeter Maydell2021-03-101-1/+0
|\ \
| * | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0
| |/
* / blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl2021-03-081-6/+7
|/
* block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy2021-02-121-3/+3
* qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake2021-01-281-8/+5
* qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy2021-01-261-1/+1
* qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy2021-01-261-1/+7
* qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy2021-01-261-0/+8
* qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy2021-01-261-10/+49
* stream: rework backing-file changingAndrey Shinkevich2021-01-261-7/+1
* qapi: add filter-node-name to block-streamAndrey Shinkevich2021-01-261-1/+3
* blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan2020-12-131-0/+1
* block: Fix locking in qmp_block_resize()Kevin Wolf2020-12-111-1/+4
* block: Simplify qmp_block_resize() error pathsKevin Wolf2020-12-111-5/+4
* Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster2020-12-101-1/+1
* block: Improve some block-commit, block-stream error messagesMarkus Armbruster2020-12-101-6/+9
* block: Convert 'block_resize' to coroutineKevin Wolf2020-10-091-8/+8
* migration: introduce icount field for snapshotsPavel Dovgalyuk2020-10-061-0/+10
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* blockdev: Fix active commit choiceMax Reitz2020-09-071-5/+30
* commit: Deal with filtersMax Reitz2020-09-071-1/+3
* backup: Deal with filtersMax Reitz2020-09-071-4/+15
* mirror: Deal with filtersMax Reitz2020-09-071-9/+23
* blockdev: Use CAF in external_snapshot_prepare()Max Reitz2020-09-071-1/+6
* stream: Deal with filtersMax Reitz2020-09-071-1/+3
* block: Add support to warn on backing file change without formatEric Blake2020-07-141-1/+2
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-12/+4
* error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster2020-07-101-2/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-4/+2
* qemu-option: Use returned bool to check for failureMarkus Armbruster2020-07-101-7/+4
* qemu-option: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-2/+3
* qemu-option: Check return value instead of @err where convenientMarkus Armbruster2020-07-101-3/+2
* blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster2020-06-231-2/+25
* blockdev: Split off basic bitmap operations for qemu-imgEric Blake2020-05-191-284/+0
* blockdev: Promote several bitmap functions to non-staticEric Blake2020-05-191-28/+19
* block: Add blk_new_with_bs() helperEric Blake2020-05-051-5/+3
* block-backend: Add flags to blk_truncate()Kevin Wolf2020-04-301-1/+1