Commit 3d909d20 authored by Yao Xingtao's avatar Yao Xingtao Committed by Michael Tokarev
Browse files

monitor/hmp-cmds-target: Append a space in error message in gpa2hva()



In qemu monitor mode, when we use gpa2hva command to print the host
virtual address corresponding to a guest physical address, if the gpa is
not in RAM, the error message is below:

  (qemu) gpa2hva 0x750000000
  Memory at address 0x750000000is not RAM

A space is missed between '0x750000000' and 'is'.

Signed-off-by: default avatarYao Xingtao <yaoxt.fnst@fujitsu.com>
Fixes: e9628441

 ("hmp: gpa2hva and gpa2hpa hostaddr command")
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: default avatarDr. David Alan Gilbert <dave@treblig.org>
Message-ID: <20240319021610.2423844-1-ruansy.fnst@fujitsu.com>
Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit a158c63b

)
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
(Mjt: in 7.2. it is in monitor/misc.c, not in monitor/hmp-cmds-target.c)
parent 1e048076
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment