These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / target-monitor-defs.c
diff --git a/qemu/stubs/target-monitor-defs.c b/qemu/stubs/target-monitor-defs.c
new file mode 100644 (file)
index 0000000..ac07b19
--- /dev/null
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+
+const MonitorDef *target_monitor_defs(void);
+
+const MonitorDef *target_monitor_defs(void)
+{
+    return NULL;
+}