On 2/19/26 11:19 AM, Philippe Mathieu-Daudé wrote:
Keep riscv-qmp-cmds.c for QMP, use monitor.c for HMP.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/riscv/monitor.c | 148 +++++++++++++++++++++++++++++++++ target/riscv/riscv-qmp-cmds.c | 150 ---------------------------------- 2 files changed, 148 insertions(+), 150 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
