]> git.proxmox.com Git - mirror_qemu.git/commit
block: add missing coroutine_fn annotations
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Apr 2023 10:17:52 +0000 (12:17 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 May 2023 12:15:13 +0000 (14:15 +0200)
commit17ac39c3e726173f737bb6cd898c160b406532d4
treeb908c25406eb0527e7514f552d46eb25f1d57b46
parent11cea42e176bebc5e85866b01ade4a86651b7633
block: add missing coroutine_fn annotations

After the recent introduction of many new coroutine callbacks,
a couple calls from non-coroutine_fn to coroutine_fn have sneaked
in; fix them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20230406101752.242125-1-pbonzini@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/mirror.c
include/block/graph-lock.h