Home
last modified time | relevance | path

Searched hist:"01 a10c243362e49afcb7acbd85a47eba64a6fc74" (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-bdrv-drain.c01a10c243362e49afcb7acbd85a47eba64a6fc74 Wed May 10 20:35:59 UTC 2023 Kevin Wolf <kwolf@redhat.com> test-bdrv-drain: Call bdrv_co_unref() in coroutine context

bdrv_unref() is a no_coroutine_fn, so calling it from coroutine context
is invalid. Use bdrv_co_unref() instead.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20230510203601.418015-7-kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>