repo.or.cz
/
qemu
/
opensuse.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: Pass CPUState to kvm_vcpu_ioctl()
[qemu/opensuse.git]
/
stubs
/
fdset-get-fd.c
blob
4106cf90f08b051c023c238c614b55f0e10d3772
1
#include
"qemu-common.h"
2
#include
"monitor.h"
3
4
int
monitor_fdset_get_fd
(
int64_t
fdset_id
,
int
flags
)
5
{
6
return
-
1
;
7
}