git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
spapr_iommu: Move table allocation to helpers
[qemu.git]
/
stubs
/
fdset-find-fd.c
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"monitor/monitor.h"
4
5
int
monitor_fdset_dup_fd_find
(
int
dup_fd
)
6
{
7
return
-
1
;
8
}