On 25/8/26 21:09, Marc-André Lureau wrote:
Move HMP-specific declarations to its own CONFIG_HMP guarded header.
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Marc-André Lureau <[email protected]>
---
include/monitor/hmp.h | 8 +++-
migration/migration-hmp-cmds.c | 1 +
monitor/hmp-cmds.c | 1 +
monitor/hmp.c | 1 +
monitor/monitor-hmp-internal.h | 106 +++++++++++++++++++++++++++++++++++++++++
monitor/monitor-internal.h | 99 --------------------------------------
monitor/monitor.c | 1 +
monitor/qmp-cmds.c | 1 +
stubs/monitor-core.c | 2 +
stubs/monitor-internal.c | 2 +
tests/unit/test-util-sockets.c | 2 -
tools/qemu-vnc/stubs.c | 6 ---
12 files changed, 121 insertions(+), 109 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>