On Mon, May 9, 2022 at 11:35 AM Paolo Bonzini <[email protected]> wrote: > qemu_coroutine_get_aio_context inspects a coroutine, but it does > not have to be called from the coroutine itself (or from any > coroutine). > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > include/qemu/coroutine.h | 2 +- > util/qemu-coroutine.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Alberto Faria <[email protected]>
