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
ci
coccinelle
codeconverter
coverage
coverity-scan
kvm
modules
oss-fuzz
performance
qapi
qemu-guest-agent
qemugdb
qmp
simplebench
tracetool
analyse-9p-simpletrace.py -rwxr-xr-x 8.9 KB
analyse-locks-simpletrace.py -rwxr-xr-x 3.5 KB
analyze-inclusions -rw-r--r-- 3.1 KB
analyze-migration.py -rwxr-xr-x 22.1 KB
archive-source.sh -rwxr-xr-x 1.6 KB
block-coroutine-wrapper.py -rw-r--r-- 9.6 KB
check_sparse.py -rw-r--r-- 1.6 KB
checkpatch.pl -rwxr-xr-x 84.2 KB
clean-header-guards.pl -rwxr-xr-x 6.4 KB
clean-includes -rwxr-xr-x 5.9 KB
cleanup-trace-events.pl -rwxr-xr-x 1.5 KB
cocci-macro-file.h -rw-r--r-- 4.3 KB
cpu-x86-uarch-abi.py -rw-r--r-- 4.7 KB
decodetree.py -rw-r--r-- 49.6 KB
device-crash-test -rwxr-xr-x 25.0 KB
disas-objdump.pl -rwxr-xr-x 2.7 KB
dump-guest-memory.py -rw-r--r-- 20.2 KB
entitlement.sh -rwxr-xr-x 555 bytes
extract-vsssdk-headers -rwxr-xr-x 937 bytes
feature_to_c.py -rw-r--r-- 2.6 KB
fix-multiline-comments.sh -rwxr-xr-x 1.7 KB
gensyscalls.sh -rwxr-xr-x 2.3 KB
get_maintainer.pl -rwxr-xr-x 53.4 KB
git-submodule.sh -rwxr-xr-x 3.1 KB
git.orderfile -rw-r--r-- 527 bytes
hxtool -rwxr-xr-x 342 bytes
kernel-doc -rwxr-xr-x 66.3 KB
make-config-poison.sh -rwxr-xr-x 387 bytes
make-release -rwxr-xr-x 1.5 KB
meson-buildoptions.py -rw-r--r-- 7.4 KB
meson-buildoptions.sh -rw-r--r-- 33.3 KB
meson.build -rw-r--r-- 165 bytes
minikconf.py -rw-r--r-- 23.1 KB
modinfo-collect.py -rw-r--r-- 1.9 KB
modinfo-generate.py -rw-r--r-- 3.3 KB
mtest2make.py -rw-r--r-- 4.1 KB
nsis.py -rw-r--r-- 3.8 KB
probe-gdb-support.py -rw-r--r-- 2.4 KB
python_qmp_updater.py -rwxr-xr-x 3.3 KB
qapi-gen.py -rw-r--r-- 463 bytes
qemu-binfmt-conf.sh -rwxr-xr-x 14.6 KB
qemu-gdb.py -rw-r--r-- 1.2 KB
qemu-stamp.py -rw-r--r-- 614 bytes
qemu-trace-stap -rwxr-xr-x 5.5 KB
qemu-version.sh -rwxr-xr-x 400 bytes
qom-cast-macro-clean-cocci-gen.py -rw-r--r-- 1.3 KB
refresh-pxe-roms.sh -rwxr-xr-x 981 bytes
render_block_graph.py -rwxr-xr-x 3.7 KB
replay-dump.py -rwxr-xr-x 11.8 KB
shaderinclude.py -rw-r--r-- 712 bytes
signrom.py -rwxr-xr-x 1.2 KB
simpletrace.py -rwxr-xr-x 13.2 KB
symlink-install-tree.py -rw-r--r-- 1.2 KB
tracetool.py -rwxr-xr-x 4.5 KB
u2f-setup-gen.py -rwxr-xr-x 4.4 KB
undefsym.py -rw-r--r-- 1.6 KB
update-linux-headers.sh -rwxr-xr-x 10.2 KB
update-mips-syscall-args.sh -rwxr-xr-x 1.2 KB
update-syscalltbl.sh -rwxr-xr-x 1.7 KB
userfaultfd-wrlat.py -rwxr-xr-x 2.9 KB
vmstate-static-checker.py -rwxr-xr-x 15.9 KB
xen-detect.c -rw-r--r-- 3.8 KB
xml-preprocess-test.py -rw-r--r-- 5.0 KB
xml-preprocess.py -rw-r--r-- 8.9 KB

back to top