On Fri, Apr 15, 2022 at 03:18:38PM +0200, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > include/qemu/coroutine.h | 2 +- > util/qemu-coroutine.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) This one is easy to audit because the implementation of qemu_coroutine_get_aio_context() definitely does not require running in coroutine context. :) Reviewed-by: Stefan Hajnoczi