Re: [PATCH ] yield_until_fd_readable: make it work with any AioContect

2019-10-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191020135628.16255-1-diet...@proxmox.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH ] yield_until_fd_readable: make it work with any AioContect Type: series Message-id

[PATCH ] yield_until_fd_readable: make it work with any AioContect

2019-10-20 Thread Dietmar Maurer
Simply use qemu_get_current_aio_context(). Signed-off-by: Dietmar Maurer --- util/qemu-coroutine-io.c | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/util/qemu-coroutine-io.c b/util/qemu-coroutine-io.c index 44a8969a69..2938c5420c 100644 --- a/util/qemu-