On 12/10/23 15:06, Akihiko Odaki wrote:
This function is no longer used.
Signed-off-by: Akihiko Odaki <akihiko.od...@daynix.com>
---
include/hw/core/cpu.h | 4 ----
target/arm/cpu.h | 6 ------
target/ppc/cpu.h | 1 -
target/arm/cpu.c | 1 -
target/arm/gdbstub.c | 18 ------------------
target/ppc/cpu_init.c | 3 ---
target/ppc/gdbstub.c | 10 ----------
target/riscv/cpu.c | 14 --------------
8 files changed, 57 deletions(-)
Shouldn't this patch follow "gdbstub: Simplify XML lookup",
before "gdbstub: Infer number of core registers from XML"?
Otherwise,
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>