]> www.infradead.org Git - qemu-nvme.git/commit
iothread: Remove unused Error** argument in aio_context_set_aio_params
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 20 Nov 2023 17:18:06 +0000 (18:18 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 8 Jan 2024 15:45:34 +0000 (10:45 -0500)
commit897a06c6d7ce8fb962a33cea1910d17218c746e9
treea9917e4fe7b6d717d125067ee4d22663b8a6a9ec
parentffd454c67e38cc6df792733ebc5d967eee28ac0d
iothread: Remove unused Error** argument in aio_context_set_aio_params

aio_context_set_aio_params() doesn't use its undocumented
Error** argument. Remove it to simplify.

Note this removes a use of "unchecked Error**" in
iothread_set_aio_context_params().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20231120171806.19361-1-philmd@linaro.org>
include/block/aio.h
iothread.c
util/aio-posix.c
util/aio-win32.c
util/main-loop.c