repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: Resort check-qtest entries in Makefile.include
[qemu/rayw.git]
/
stubs
/
iohandler.c
blob
22b0ee5b0ac869482e28ba178d81f3a808680f40
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"qemu/main-loop.h"
4
5
AioContext
*
iohandler_get_aio_context
(
void
)
6
{
7
abort
();
8
}