Sign in
qemu
/
qemu
/
b94e2b4e34524c37b86f6acb8ad4a696969f2dd0
/
.
/
stubs
/
iothread.c
blob: 8cc9e28c555521d72821d14f0d9a144d7d932561 [
file
] [
log
] [
blame
]
#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
();
}