Revision 0041b5a0140a9ed3984e66919fc4227ac4e23f75 authored by Yao Xingtao on 19 March 2024, 02:16:10 UTC, committed by Michael Tokarev on 27 March 2024, 06:49:20 UTC
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>
(cherry picked from commit a158c63b3ba120f1656e4dd815d186c623fb5ef6)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent 783b2fc
History
File Mode Size
installer
vss-win32
channel-posix.c -rw-r--r-- 8.7 KB
channel-win32.c -rw-r--r-- 10.1 KB
channel.h -rw-r--r-- 964 bytes
commands-bsd.c -rw-r--r-- 5.3 KB
commands-common.h -rw-r--r-- 2.1 KB
commands-linux.c -rw-r--r-- 8.6 KB
commands-posix-ssh.c -rw-r--r-- 12.7 KB
commands-posix.c -rw-r--r-- 95.6 KB
commands-win32.c -rw-r--r-- 77.0 KB
commands.c -rw-r--r-- 17.6 KB
cutils.c -rw-r--r-- 670 bytes
cutils.h -rw-r--r-- 125 bytes
guest-agent-command-state.c -rw-r--r-- 1.7 KB
guest-agent-core.h -rw-r--r-- 1.6 KB
main.c -rw-r--r-- 49.1 KB
meson.build -rw-r--r-- 7.1 KB
messages-win32.mc -rw-r--r-- 118 bytes
qapi-schema.json -rw-r--r-- 44.8 KB
service-win32.c -rw-r--r-- 5.5 KB
service-win32.h -rw-r--r-- 1.0 KB
vss-win32.c -rw-r--r-- 4.5 KB
vss-win32.h -rw-r--r-- 673 bytes

back to top