projects
/
qemu.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
9pfs: add cleanup operation for handle backend driver
[qemu.git]
/
stubs
/
iohandler.c
This page requires JavaScript to run. Use
this page
instead.
0 / 8 ( 0%)
Commit
Line
Data
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
}
This page took
0.020227 seconds
and
4
git commands to generate.