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