]> git.ipfire.org Git - thirdparty/qemu.git/commit
monitor/hmp-cmds: Use cpu_translate_for_debug()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2026 09:38:08 +0000 (10:38 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 12 May 2026 20:35:54 +0000 (22:35 +0200)
commita4c857aef058fa7ccee50ea8d01bd78302ce032a
treec5f7686e1dd27ba29e6127512c0c983b86896439
parenta0c9fc28bcc565e74c18d4f6ee67a4e7f6187403
monitor/hmp-cmds: Use cpu_translate_for_debug()

We want to remove the cpu_get_phys_addr_debug() function; update the
HMP gva2gpa command implementation to use cpu_translate_for_debug()
instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20260430093810.2762539-24-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
monitor/hmp-cmds.c