These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / iohandler.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "qemu/main-loop.h"
4
5 AioContext *iohandler_get_aio_context(void)
6 {
7     abort();
8 }