monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Feb 2025 15:12:09 +0000 (15:12 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Feb 2025 15:03:42 +0000 (15:03 +0000)
commitcacf4cb2516aa4de94aa80fecb08be4dafa5ed44
treec6c93602f746267f92bcc888df544c7a4a1d3e89
parentf10104aeae3a17f181d5bb37b7fd7dad7fe86cba
monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf

In hmp_dumpdtb(), we print a message when the command succeeds.  This
message is missing the trailing \n, so the HMP command prompt is
printed immediately after it.  We also weren't capitalizing 'DTB', or
quoting the filename in the message.  Fix these nits.

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: 20250206151214.2947842-2-peter.maydell@linaro.org
monitor/hmp-cmds.c