]> git.proxmox.com Git - qemu.git/blobdiff - target-m68k/cpu.c
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
[qemu.git] / target-m68k / cpu.c
index 01a70f194d4e9738f93f5b13c14ac19086d97f0c..c0bcb0dbce06020db0f5d21ff6e6d6d31ddee083 100644 (file)
@@ -197,6 +197,7 @@ static void m68k_cpu_class_init(ObjectClass *c, void *data)
 #endif
     dc->vmsd = &vmstate_m68k_cpu;
     cc->gdb_num_core_regs = 18;
+    cc->gdb_core_xml_file = "cf-core.xml";
 }
 
 static void register_cpu_type(const M68kCPUInfo *info)