diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-24 10:52:35 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-01-16 17:52:35 +0100 |
commit | 858d436665519095eb593081f8efd68ddc579b45 (patch) | |
tree | 53642fc61c25e7793c7b82064cfd3c017a6d9cab /stubs/fdset-get-fd.c | |
parent | 5564edb19e06129b62b4b272c290db2efb87cefc (diff) |
stubs: group all monitor_fdset_* functions in a single file
It makes little sense to implement only one of them, so avoid
proliferation of stubs files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/fdset-get-fd.c')
-rw-r--r-- | stubs/fdset-get-fd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/stubs/fdset-get-fd.c b/stubs/fdset-get-fd.c deleted file mode 100644 index 5325044b5a..0000000000 --- a/stubs/fdset-get-fd.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "qemu/osdep.h" -#include "qemu-common.h" -#include "monitor/monitor.h" - -int monitor_fdset_get_fd(int64_t fdset_id, int flags) -{ - return -1; -} |