diff options
Diffstat (limited to 'src/stubs/vhost.c')
-rw-r--r-- | src/stubs/vhost.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stubs/vhost.c b/src/stubs/vhost.c new file mode 100644 index 0000000..d346b85 --- /dev/null +++ b/src/stubs/vhost.c @@ -0,0 +1,6 @@ +#include "hw/virtio/vhost.h" + +bool vhost_has_free_slot(void) +{ + return true; +} |