]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/iothread.c
global: Squash 'the the'
[thirdparty/qemu.git] / stubs / iothread.c
CommitLineData
e4370165
PB
1#include "qemu/osdep.h"
2#include "block/aio.h"
3#include "qemu/main-loop.h"
4
5AioContext *qemu_get_current_aio_context(void)
6{
7 return qemu_get_aio_context();
8}