mirror of
https://github.com/qemu/qemu.git
synced 2026-02-03 21:29:17 +00:00
The following methods don't use target-specific code anymore: - hmp_compare_cmd() - monitor_register_hmp() - monitor_register_hmp_info_hrt() Move them to hmp.c which is target-agnostic, being built once. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org> Message-Id: <20260129164039.58472-5-philmd@linaro.org>