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
spapr: Limit threads per core according to current compatibility mode
[qemu/rayw.git]
/
stubs
/
fdset-get-fd.c
blob
7112c155e3921384602bf6b69c8cf3be361f688f
1
#include
"qemu-common.h"
2
#include
"monitor/monitor.h"
3
4
int
monitor_fdset_get_fd
(
int64_t
fdset_id
,
int
flags
)
5
{
6
return
-
1
;
7
}