Sign in
qemu
/
qemu
/
2038f8c8775cf1a4eb190ab12f0c496e1ff79c88
/
.
/
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
();
}