repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spapr: Simplify some warning printing paths in spapr_caps.c
[qemu/ar7.git]
/
stubs
/
iothread.c
blob
8cc9e28c555521d72821d14f0d9a144d7d932561
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
}