]> git.proxmox.com Git - mirror_qemu.git/commit - job.c
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>
Tue, 25 Oct 2022 08:49:52 +0000 (04:49 -0400)
committerKevin Wolf <kwolf@redhat.com>
Thu, 27 Oct 2022 18:14:11 +0000 (20:14 +0200)
commit142e6907120d12de1e7ac402e556597ebbab86e8
tree2cfe728224f939e1b6f13cbc560daa3bd3c37c5a
parenta41cfda12674a296579bc5459646ded9547b1220
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context

No functional change intended.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20221025084952.2139888-11-eesposit@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/export/export.c
blockdev.c
docs/devel/multiple-iothreads.txt
include/block/block-global-state.h
job.c
tests/unit/test-bdrv-drain.c
tests/unit/test-block-iothread.c