[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v11 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v11 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member |
Date: |
Thu, 12 Oct 2023 15:45:59 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 |
On 12/10/23 15:06, Akihiko Odaki wrote:
This function is no longer used.
Signed-off-by: Akihiko Odaki <akihiko.odaki@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é <philmd@linaro.org>