xref: /openbmc/qemu/hw/virtio/vhost-stub.c (revision 60e58bd9f08a3b91a35850f7501a0a1bcf912b6f)
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