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
softmmu: move softmmu_template.h out of include/
[qemu/rayw.git]
/
stubs
/
fdset-add-fd.c
blob
ee1643708c294fa6f313a9876761af0671ca87e3
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
int
monitor_fdset_dup_fd_add
(
int64_t
fdset_id
,
int
dup_fd
)
5
{
6
return
-
1
;
7
}