Hi Add missing coroutine_fn, coroutine_mixed_fn annotations and fix a few related issues across monitor, migration, io, block, and 9pfs subsystems.
Signed-off-by: Marc-André Lureau <[email protected]> --- Marc-André Lureau (8): monitor: annotate monitor_qmp_dispatcher_pop_any() as coroutine migration: fix qemu_get_counted_string annotation io: add missing coroutine annotation block: add missing coroutine annotation qcow2: remove invalid qcow2_check_refcounts calls block: add missing coroutine_fn annotations hw/9pfs: annotate V9fsTransport callbacks as coroutine_fn migration/rdma: annotate and simplify wait_comp_channel() hw/9pfs/9p.h | 26 +++++++++++++++----------- include/block/blockjob_int.h | 2 +- include/io/channel.h | 4 ++-- block/commit.c | 5 +++-- block/crypto.c | 13 +++++++------ block/io.c | 8 +++++--- block/parallels.c | 5 +++-- block/qcow2-snapshot.c | 18 ------------------ block/qcow2.c | 11 +++++++---- blockjob.c | 3 ++- hw/9pfs/9p.c | 31 +++++++++++++++++++------------ hw/9pfs/virtio-9p-device.c | 24 +++++++++++++----------- hw/9pfs/xen-9p-backend.c | 34 +++++++++++++++++----------------- io/channel.c | 5 +++-- migration/qemu-file.c | 2 +- migration/rdma.c | 12 ++++-------- monitor/qmp.c | 3 ++- 17 files changed, 104 insertions(+), 102 deletions(-) --- base-commit: 5ef0ecc5942ee07bb581cc96a97bbfc0fdf4005c change-id: 20260720-co-625d98c7dc5e Best regards, -- Marc-André Lureau <[email protected]>
