Re: [PATCH v2 26/26] test-coroutine: add missing coroutine_fn annotations

2022-07-04 Thread Alberto Faria
On Mon, May 9, 2022 at 12:08 PM Paolo Bonzini wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > Message-Id: <20170704220346.29244-4-marcandre.lur...@redhat.com> > Signed-off-by: Paolo Bonzini > --- > tests/unit/test-coroutine.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH v2 26/26] test-coroutine: add missing coroutine_fn annotations

2022-05-09 Thread Paolo Bonzini
From: Marc-André Lureau Signed-off-by: Marc-André Lureau Message-Id: <20170704220346.29244-4-marcandre.lur...@redhat.com> Signed-off-by: Paolo Bonzini --- tests/unit/test-coroutine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test-coroutine.c b/tests/unit/te