xref: /openbmc/qemu/hw/virtio/vhost-stub.c (revision 2e1d70b9e03ca3f1c6185b54010bc9e47e0a0d0c)
1 #include "qemu/osdep.h"
2 #include "hw/virtio/vhost.h"
3 
4 bool vhost_has_free_slot(void)
5 {
6     return true;
7 }
8