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
ebpf_rss-stub.c -rw-r--r-- 766 bytes
ebpf_rss.c -rw-r--r-- 4.1 KB
ebpf_rss.h -rw-r--r-- 1.1 KB
meson.build -rw-r--r-- 94 bytes
rss.bpf.skeleton.h -rw-r--r-- 65.6 KB
trace-events -rw-r--r-- 130 bytes
trace.h -rw-r--r-- 30 bytes

back to top