Re: [Qemu-block] [PATCH v2 for-2.6 1/5] iohandler: Introduce iohandler_get_aio_context

2016-04-22 Thread Michael S. Tsirkin
On Fri, Apr 22, 2016 at 06:56:00PM +0800, Fam Zheng wrote: > Signed-off-by: Fam Zheng Reviewed-by: Michael S. Tsirkin > --- > include/qemu/main-loop.h | 1 + > iohandler.c | 6 ++ > stubs/Makefile.objs | 1 + > stubs/iohandler.c| 8 > 4 files changed, 16

[Qemu-block] [PATCH v2 for-2.6 1/5] iohandler: Introduce iohandler_get_aio_context

2016-04-22 Thread Fam Zheng
Signed-off-by: Fam Zheng --- include/qemu/main-loop.h | 1 + iohandler.c | 6 ++ stubs/Makefile.objs | 1 + stubs/iohandler.c| 8 4 files changed, 16 insertions(+) create mode 100644 stubs/iohandler.c diff --git a/include/qemu/main-loop.h b/include/qemu/ma