From bcd82a968fbf7d8156eefbae3f3aab59ad576fa2 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 22 Apr 2016 21:53:52 +0800 Subject: iohandler: Introduce iohandler_get_aio_context Signed-off-by: Fam Zheng Reviewed-by: Michael S. Tsirkin Signed-off-by: Kevin Wolf --- stubs/iohandler.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stubs/iohandler.c (limited to 'stubs/iohandler.c') diff --git a/stubs/iohandler.c b/stubs/iohandler.c new file mode 100644 index 0000000..22b0ee5 --- /dev/null +++ b/stubs/iohandler.c @@ -0,0 +1,8 @@ +#include "qemu/osdep.h" +#include "qemu-common.h" +#include "qemu/main-loop.h" + +AioContext *iohandler_get_aio_context(void) +{ + abort(); +} -- cgit v1.1