]> Git Repo - qemu.git/blob - hw/virtio/vhost-stub.c
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' into...
[qemu.git] / hw / virtio / vhost-stub.c
1 #include "qemu/osdep.h"
2 #include "hw/virtio/vhost.h"
3 #include "hw/virtio/vhost-user.h"
4
5 bool vhost_has_free_slot(void)
6 {
7     return true;
8 }
9
10 VhostUserState *vhost_user_init(void)
11 {
12     return NULL;
13 }
14
15 void vhost_user_cleanup(VhostUserState *user)
16 {
17 }
This page took 0.026059 seconds and 4 git commands to generate.