]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/vhost.c
vfio: Pass an error object to vfio_get_device
[mirror_qemu.git] / 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 }