aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-4/+4
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito1-0/+16
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito1-0/+7
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+5
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito1-0/+1
2022-02-11block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf1-1/+10
2022-01-14include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito1-17/+0
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito1-6/+1
2021-12-28blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy1-3/+3
2021-12-15blockdev: Drop unused drive_get_next()Markus Armbruster1-10/+0
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz1-2/+2
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia1-1/+1
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia1-36/+45
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf1-0/+5
2021-07-09blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy1-2/+1
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy1-2/+1
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy1-4/+0
2021-03-24blockdev: with -drive if=virtio, use generic virtio-blkLaurent Vivier1-5/+1
2021-03-23block: Remove monitor command block_passwdMarkus Armbruster1-8/+0
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster1-22/+15
2021-03-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell1-3/+1
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-08blockdev: fix drive_backup_prepare() missed errorVladimir Sementsov-Ogievskiy1-3/+1
2021-03-08blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl1-6/+7
2021-02-12block: use return status of bdrv_append()Vladimir Sementsov-Ogievskiy1-3/+3
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-8/+5
2021-01-26qapi: backup: disable copy_range by defaultVladimir Sementsov-Ogievskiy1-1/+1
2021-01-26qapi: backup: add max-chunk and max-workers to x-perf structVladimir Sementsov-Ogievskiy1-1/+7
2021-01-26qapi: backup: add perf.use-copy-range parameterVladimir Sementsov-Ogievskiy1-0/+8
2021-01-26qapi: block-stream: add "bottom" argumentVladimir Sementsov-Ogievskiy1-10/+49
2021-01-26stream: rework backing-file changingAndrey Shinkevich1-7/+1
2021-01-26qapi: add filter-node-name to block-streamAndrey Shinkevich1-1/+3
2020-12-13blockdev: Fix a memleak in drive_backup_prepare()Pan Nengyuan1-0/+1
2020-12-11block: Fix locking in qmp_block_resize()Kevin Wolf1-1/+4
2020-12-11block: Simplify qmp_block_resize() error pathsKevin Wolf1-5/+4
2020-12-10Tweak a few "Parameter 'NAME' expects THING" error messageMarkus Armbruster1-1/+1
2020-12-10block: Improve some block-commit, block-stream error messagesMarkus Armbruster1-6/+9
2020-10-09block: Convert 'block_resize' to coroutineKevin Wolf1-8/+8
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+10
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-07blockdev: Fix active commit choiceMax Reitz1-5/+30
2020-09-07commit: Deal with filtersMax Reitz1-1/+3
2020-09-07backup: Deal with filtersMax Reitz1-4/+15
2020-09-07mirror: Deal with filtersMax Reitz1-9/+23
2020-09-07blockdev: Use CAF in external_snapshot_prepare()Max Reitz1-1/+6
2020-09-07stream: Deal with filtersMax Reitz1-1/+3
2020-07-14block: Add support to warn on backing file change without formatEric Blake1-1/+2
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-12/+4