2d76cdebdc5b481ea95647d581a206c4fac47b35
[kvmfornfv.git] / qemu / stubs / vhost.c
1 #include "qemu/osdep.h"
2 #include "hw/virtio/vhost.h"
3
4 bool vhost_has_free_slot(void)
5 {
6     return true;
7 }