diff options
Diffstat (limited to 'stubs/iohandler.c')
-rw-r--r-- | stubs/iohandler.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/iohandler.c b/stubs/iohandler.c new file mode 100644 index 0000000000..22b0ee5b0a --- /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(); +} |