diff options
author | Paolo Bonzini | 2022-09-22 10:49:01 +0200 |
---|---|---|
committer | Kevin Wolf | 2022-10-07 12:11:40 +0200 |
commit | 3840144987840131c6d490d2460443e4b9ef062e (patch) | |
tree | 302a633690dc708247ea3196d25d7f424e1f7166 /util/qemu-coroutine.c | |
parent | block: add missing coroutine_fn annotations (diff) | |
download | qemu-3840144987840131c6d490d2460443e4b9ef062e.tar.gz qemu-3840144987840131c6d490d2460443e4b9ef062e.tar.xz qemu-3840144987840131c6d490d2460443e4b9ef062e.zip |
qcow2: remove incorrect coroutine_fn annotations
This is incorrect because qcow2_mark_clean() calls qcow2_flush_caches().
qcow2_mark_clean() is called from non-coroutine context in
qcow2_inactivate() and qcow2_amend_options().
Reviewed-by: Alberto Faria <afaria@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220922084924.201610-4-pbonzini@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'util/qemu-coroutine.c')
0 files changed, 0 insertions, 0 deletions