aboutsummaryrefslogtreecommitdiff
path: root/stubs/vhost.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-10-24 11:13:49 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2017-01-16 17:52:35 +0100
commita0f80010b37afc18030d43f2b96cc1e0b7588b73 (patch)
treec61bd5cf429ec11524f97ae895644e223b4d4a44 /stubs/vhost.c
parent858d436665519095eb593081f8efd68ddc579b45 (diff)
downloadqemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.zip
qemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.tar.gz
qemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.tar.bz2
stubs: move vhost stubs to stubs/vhost.o
No need to include them in libqemustub.a, since only system emulators need them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/vhost.c')
-rw-r--r--stubs/vhost.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/vhost.c b/stubs/vhost.c
deleted file mode 100644
index 2d76cde..0000000
--- a/stubs/vhost.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "qemu/osdep.h"
-#include "hw/virtio/vhost.h"
-
-bool vhost_has_free_slot(void)
-{
- return true;
-}