qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
Functions that can do I/O (including calling bdrv_is_allocated and bdrv_block_status functions) are prime candidates for being coroutine_fns. Make the change for those that are themselves called only from coroutine_fns. Also annotate that they are called with the graph rdlock taken, thus allowing them to call bdrv_co_*() functions for I/O. Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20230309084456.304669-9-pbonzini@redhat.com> Reviewed-by:
Kevin Wolf <kwolf@redhat.com> Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Showing
- block/qcow2-bitmap.c 1 addition, 1 deletionblock/qcow2-bitmap.c
- block/qcow2-cluster.c 13 additions, 8 deletionsblock/qcow2-cluster.c
- block/qcow2-refcount.c 4 additions, 4 deletionsblock/qcow2-refcount.c
- block/qcow2-snapshot.c 13 additions, 12 deletionsblock/qcow2-snapshot.c
- block/qcow2.c 14 additions, 13 deletionsblock/qcow2.c
- block/qcow2.h 8 additions, 7 deletionsblock/qcow2.h
Please register or sign in to comment