Re: [PATCH v2 22/26] coroutine-lock: add missing coroutine_fn annotations
On Mon, May 9, 2022 at 12:13 PM Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > util/qemu-coroutine-lock.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Alberto Faria
[PATCH v2 22/26] coroutine-lock: add missing coroutine_fn annotations
Signed-off-by: Paolo Bonzini --- util/qemu-coroutine-lock.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c index 2669403839..ec55490b52 100644 --- a/util/qemu-coroutine-lock.c +++ b/util/qemu-coroutine-loc