migration/rdma: Return -1 instead of negative errno code
[qemu/armbru.git] / hw / virtio / vhost-stub.c
blobaa858ef3fbdbdfcac34d19cff9b9430d46b3da64
1 #include "qemu/osdep.h"
2 #include "hw/virtio/vhost.h"
3 #include "hw/virtio/vhost-user.h"
5 bool vhost_has_free_slot(void)
7 return true;
10 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp)
12 return false;
15 void vhost_user_cleanup(VhostUserState *user)
19 void vhost_toggle_device_iotlb(VirtIODevice *vdev)