mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Replace the GDB_CORE_XML define in gdbstub.c with a CPUClass field. Use first_cpu for qSupported and qXfer:features:read: for now. Add a stub for xml_builtin. Signed-off-by: Andreas Färber <afaerber@suse.de>
5 lines
85 B
C
5 lines
85 B
C
#include "qemu-common.h"
|
|
|
|
const char *const xml_builtin[][2] = {
|
|
{ NULL, NULL }
|
|
};
|