Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / gdbstub.c
diff --git a/qemu/stubs/gdbstub.c b/qemu/stubs/gdbstub.c
new file mode 100644 (file)
index 0000000..f6a4553
--- /dev/null
@@ -0,0 +1,7 @@
+#include "stdbool.h"            /* bool (in exec/gdbstub.h) */
+#include "stddef.h"             /* NULL */
+#include "exec/gdbstub.h"       /* xml_builtin */
+
+const char *const xml_builtin[][2] = {
+  { NULL, NULL }
+};