These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / vhost.c
diff --git a/qemu/stubs/vhost.c b/qemu/stubs/vhost.c
new file mode 100644 (file)
index 0000000..2d76cde
--- /dev/null
@@ -0,0 +1,7 @@
+#include "qemu/osdep.h"
+#include "hw/virtio/vhost.h"
+
+bool vhost_has_free_slot(void)
+{
+    return true;
+}