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