aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster15-155/+92
2022-11-29block-backend: avoid bdrv_unregister_buf() NULL pointer derefStefan Hajnoczi1-2/+13
2022-11-10block: Start/end drain on correct AioContextHanna Reitz1-2/+4
2022-11-10block-backend: Update ctx immediately after rootHanna Reitz1-1/+7
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-0/+1
2022-11-10block/blkio: Set BlockDriver::has_variable_length to falseAlberto Faria1-1/+0
2022-11-10block/mirror: Fix NULL s->job in active writesHanna Reitz1-8/+12
2022-11-10block/mirror: Drop mirror_wait_for_any_operation()Hanna Reitz1-13/+8
2022-11-10block/mirror: Do not wait for active writesHanna Reitz1-7/+30
2022-11-06dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf1-0/+19
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-3/+11
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-2/+2
2022-11-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-4/+43
2022-10-31block/vvfat: Unify the mkdir() callBin Meng1-6/+3
2022-10-31block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"Alberto Faria1-4/+8
2022-10-31block/blkio: Tolerate device size changesAlberto Faria1-0/+27
2022-10-31block/blkio: Add virtio-blk-vfio-pci BlockDriverAlberto Faria1-0/+8
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi42-371/+372
2022-10-27block/block-backend: blk_set_enable_write_cache is IO_CODEEmanuele Giuseppe Esposito1-1/+1
2022-10-27vmdk: switch to *_co_* functionsAlberto Faria1-27/+27
2022-10-27vhdx: switch to *_co_* functionsAlberto Faria1-4/+4
2022-10-27vdi: switch to *_co_* functionsAlberto Faria1-8/+9
2022-10-27qed: switch to *_co_* functionsAlberto Faria2-7/+7
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria4-24/+24
2022-10-27qcow: switch to *_co_* functionsAlberto Faria1-22/+23
2022-10-27parallels: switch to *_co_* functionsAlberto Faria1-14/+14
2022-10-27mirror: switch to *_co_* functionsAlberto Faria1-2/+2
2022-10-27block: switch to *_co_* functionsAlberto Faria1-2/+2
2022-10-27commit: switch to *_co_* functionsAlberto Faria1-1/+1
2022-10-27vmdk: manually add more coroutine_fn annotationsPaolo Bonzini1-17/+17
2022-10-27qcow2: manually add more coroutine_fn annotationsPaolo Bonzini4-24/+27
2022-10-27qcow: manually add more coroutine_fn annotationsPaolo Bonzini1-6/+9
2022-10-27blkdebug: add missing coroutine_fn annotation for indirect-called functionsPaolo Bonzini1-1/+1
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria1-4/+4
2022-10-27block: add missing coroutine_fn annotation to BlockDriverState callbacksAlberto Faria1-7/+7
2022-10-27ssh: add missing coroutine_fn annotationAlberto Faria1-3/+3
2022-10-27monitor: add missing coroutine_fn annotationAlberto Faria1-1/+1
2022-10-27block: remove incorrect coroutine_fn annotationAlberto Faria1-2/+2
2022-10-27backup: remove incorrect coroutine_fn annotationAlberto Faria1-1/+1
2022-10-27block/nfs: Fix 32-bit Windows buildBin Meng1-0/+8
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-1/+1
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito1-2/+1
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito1-33/+0
2022-10-27block: use the new _change_ API instead of _can_set_ and _set_Emanuele Giuseppe Esposito1-2/+6
2022-10-27block-backend: implement .change_aio_ctx in child_rootEmanuele Giuseppe Esposito1-0/+52
2022-10-27block/snapshot: drop indirection around bdrv_snapshot_fallback_ptrVladimir Sementsov-Ogievskiy1-22/+16
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy3-6/+5
2022-10-27block/snapshot: stress that we fallback to primary childVladimir Sementsov-Ogievskiy1-20/+10
2022-10-27block/blklogwrites: don't care to remove bs->file child on failureVladimir Sementsov-Ogievskiy1-4/+0
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy22-101/+71