On 2/19/26 11:19 AM, Philippe Mathieu-Daudé wrote:
Keep ppc-qmp-cmds.c for QMP, use monitor.c for HMP.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/ppc/monitor.c | 41 +++++++++++++++++++++++++++++++++++++++ target/ppc/ppc-qmp-cmds.c | 16 +-------------- target/ppc/meson.build | 1 + 3 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 target/ppc/monitor.c
Reviewed-by: Pierrick Bouvier <[email protected]>
