s390x: upgrade status of KVM cores to "supported"
[qemu/ar7.git] / hw / virtio / vhost-stub.c
blob049089b5e2faae9845e3e6ba4def86de051e49ca
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 VhostUserState *vhost_user_init(void)
12 return NULL;
15 void vhost_user_cleanup(VhostUserState *user)