Searched hist:"84569 a7df34c37aeb6b7cfa52bd803f66aa4ca0d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff 84569a7df34c37aeb6b7cfa52bd803f66aa4ca0d Thu Jun 01 06:51:38 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> block: mark another function as coroutine_fns and GRAPH_UNLOCKED
Mark functions as coroutine_fn when they are only called by other coroutine_fns and they can suspend. Because this function operates on a BlockBackend, mark it GRAPH_UNLOCKED.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20230601115145.196465-6-pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|