mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/ppc: Use GDBFeature for dynamic XML
In preparation for a change to use GDBFeature as a parameter of gdb_register_coprocessor(), convert the internal representation of dynamic feature from plain XML to GDBFeature. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231213-gdb-v17-2-777047380591@daynix.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240227144335.1196131-7-alex.bennee@linaro.org>
This commit is contained in:
parent
690bd97b5b
commit
1b53948ff8
4 changed files with 22 additions and 40 deletions
|
@ -20,6 +20,7 @@
|
|||
#ifndef QEMU_PPC_CPU_QOM_H
|
||||
#define QEMU_PPC_CPU_QOM_H
|
||||
|
||||
#include "exec/gdbstub.h"
|
||||
#include "hw/core/cpu.h"
|
||||
|
||||
#ifdef TARGET_PPC64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue