]> Git Repo - qemu.git/blobdiff - target/xtensa/core-dc233c.c
target/i386: sev: fix failed message typos
[qemu.git] / target / xtensa / core-dc233c.c
index 40475e5205fd70be8c73aa3d64e124af80d540bc..f8204f704529739eea25ed11b1f1bced2f35fcd3 100644 (file)
 
 #include "qemu/osdep.h"
 #include "cpu.h"
-#include "exec/exec-all.h"
 #include "exec/gdbstub.h"
-#include "qemu-common.h"
 #include "qemu/host-utils.h"
 
 #include "core-dc233c/core-isa.h"
 #include "overlay_tool.h"
 
+#define xtensa_modules xtensa_modules_dc233c
+#include "core-dc233c/xtensa-modules.inc.c"
+
 static XtensaConfig dc233c __attribute__((unused)) = {
     .name = "dc233c",
     .gdb_regmap = {
-        .num_regs = 121,
-        .num_core_regs = 52,
         .reg = {
-#include "core-dc233c/gdb-config.c"
+#include "core-dc233c/gdb-config.inc.c"
         }
     },
+    .isa_internal = &xtensa_modules,
     .clock_freq_khz = 10000,
     DEFAULT_SECTIONS
 };
This page took 0.024865 seconds and 4 git commands to generate.