On 3/20/26 2:10 AM, Philippe Mathieu-Daudé wrote:
The "monitor/hmp-target.h" header doesn't contain any
target-specific declarations anymore. Merge it with
"monitor/hmp.h", its target-agnostic counterpart.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
---
MAINTAINERS | 2 +-
include/monitor/hmp-target.h | 42 -----------------------------------
include/monitor/hmp.h | 12 ++++++++++
hw/i386/sgx-stub.c | 1 -
hw/i386/sgx.c | 1 -
monitor/hmp-cmds.c | 1 -
monitor/hmp-target.c | 1 -
monitor/hmp.c | 1 -
stubs/target-monitor-defs.c | 2 +-
target/i386/cpu-apic.c | 1 -
target/i386/monitor.c | 1 -
target/i386/sev-system-stub.c | 1 -
target/i386/sev.c | 1 -
target/m68k/monitor.c | 1 -
target/ppc/monitor.c | 2 --
target/riscv/monitor.c | 1 -
target/sh4/monitor.c | 1 -
target/sparc/monitor.c | 1 -
target/xtensa/monitor.c | 1 -
19 files changed, 14 insertions(+), 60 deletions(-)
delete mode 100644 include/monitor/hmp-target.h
Reviewed-by: Pierrick Bouvier <[email protected]>