]> Git Repo - qemu.git/blob - stubs/iothread.c
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191106-pull-request' into...
[qemu.git] / stubs / iothread.c
1 #include "qemu/osdep.h"
2 #include "block/aio.h"
3 #include "qemu/main-loop.h"
4
5 AioContext *qemu_get_current_aio_context(void)
6 {
7     return qemu_get_aio_context();
8 }
This page took 0.023528 seconds and 4 git commands to generate.