diff options
Diffstat (limited to 'stubs/vhost.c')
-rw-r--r-- | stubs/vhost.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/vhost.c b/stubs/vhost.c deleted file mode 100644 index 2d76cdebdc..0000000000 --- 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; -} |