Move most of target-agnostic definitions from "monitor/hmp-target.h" to "monitor/hmp.h" to reduce files target-poisoning.
Philippe Mathieu-Daudé (2): target/i386: Include missing 'svm.h' header in 'sev.h' monitor/hmp: Reduce target-specific definitions include/monitor/hmp-target.h | 28 +++++----------------------- include/monitor/hmp.h | 23 +++++++++++++++++++++++ target/i386/sev.h | 2 ++ hw/i386/sgx-stub.c | 2 +- hw/i386/sgx.c | 1 - monitor/hmp-cmds.c | 1 - stubs/target-monitor-defs.c | 2 +- target/i386/cpu-apic.c | 2 +- target/i386/sev-system-stub.c | 2 +- target/i386/sev.c | 1 - target/m68k/monitor.c | 1 + target/riscv/monitor.c | 1 + target/sh4/monitor.c | 1 - target/xtensa/monitor.c | 1 - 14 files changed, 36 insertions(+), 32 deletions(-) -- 2.52.0
