Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / vc-init.c
diff --git a/qemu/stubs/vc-init.c b/qemu/stubs/vc-init.c
new file mode 100644 (file)
index 0000000..308dfa0
--- /dev/null
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+#include "sysemu/char.h"
+
+CharDriverState *vc_init(ChardevVC *vc)
+{
+    return 0;
+}