monitor/hmp-cmds-target: Append a space in error message in gpa2hva()
commita158c63b3ba120f1656e4dd815d186c623fb5ef6
authorYao Xingtao <yaoxt.fnst@fujitsu.com>
Tue, 19 Mar 2024 02:16:10 +0000 (19 10:16 +0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 26 Mar 2024 13:24:06 +0000 (26 14:24 +0100)
tree46203033eef4ce11ddf6bf72baef27e20603f5ba
parent7c7a9f578e4fb1adff7ac8d9acaaaedb87474e76
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: Yao Xingtao <yaoxt.fnst@fujitsu.com>
Fixes: e9628441df ("hmp: gpa2hva and gpa2hpa hostaddr command")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org>
Message-ID: <20240319021610.2423844-1-ruansy.fnst@fujitsu.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
monitor/hmp-cmds-target.c