Searched hist:e7918e96193dbaf334c480ddde58ebc1370a84f6 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | bochs.c | diff e7918e96193dbaf334c480ddde58ebc1370a84f6 Thu Jun 01 06:51:37 CDT 2023 Paolo Bonzini <pbonzini@redhat.com> bochs: mark more functions as coroutine_fns and GRAPH_RDLOCK
Mark functions as coroutine_fn when they are only called by other coroutine_fns and they can suspend. Change calls to co_wrappers to use the non-wrapped functions, which in turn requires adding GRAPH_RDLOCK annotations.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20230601115145.196465-5-pbonzini@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|