summaryrefslogtreecommitdiff
path: root/stubs/gdbstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/gdbstub.c')
-rw-r--r--stubs/gdbstub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stubs/gdbstub.c b/stubs/gdbstub.c
new file mode 100644
index 0000000000..c1dbfe7fb7
--- /dev/null
+++ b/stubs/gdbstub.c
@@ -0,0 +1,5 @@
+#include "qemu-common.h"
+
+const char *const xml_builtin[][2] = {
+ { NULL, NULL }
+};