]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-pr-helper: mark more coroutine_fns
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Mar 2023 08:44:53 +0000 (09:44 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 25 Apr 2023 11:17:28 +0000 (13:17 +0200)
commit70bd77bea50b08362d66b634e9c66739dfddd949
tree020ca4e53902340fc29f3635ad29909a113c423a
parentc3b21fb1896d40cf44dc1aaa65dc2c166fcfa696
qemu-pr-helper: mark more coroutine_fns

do_sgio can suspend via the coroutine function thread_pool_submit_co, so it
has to be coroutine_fn as well---and the same is true of all its direct and
indirect callers.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20230309084456.304669-7-pbonzini@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
scsi/qemu-pr-helper.c