git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
[qemu.git]
/
stubs
/
set-fd-handler.c
1
#include
"qemu/osdep.h"
2
#include
"qemu/main-loop.h"
3
4
void
qemu_set_fd_handler
(
int
fd
,
5
IOHandler
*
fd_read
,
6
IOHandler
*
fd_write
,
7
void
*
opaque
)
8
{
9
abort
();
10
}