summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/vhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/vhost.c')
-rw-r--r--qemu/stubs/vhost.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu/stubs/vhost.c b/qemu/stubs/vhost.c
deleted file mode 100644
index 2d76cdebd..000000000
--- a/qemu/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;
-}