aboutsummaryrefslogtreecommitdiff
path: root/stubs/iothread.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/iothread.c')
-rw-r--r--stubs/iothread.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/iothread.c b/stubs/iothread.c
new file mode 100644
index 0000000000..8cc9e28c55
--- /dev/null
+++ b/stubs/iothread.c
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "block/aio.h"
+#include "qemu/main-loop.h"
+
+AioContext *qemu_get_current_aio_context(void)
+{
+ return qemu_get_aio_context();
+}