On 19/3/24 03:16, Shiyang Ruan via wrote:
From: Yao Xingtao <yaoxt.f...@fujitsu.com>
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.f...@fujitsu.com>
---
monitor/hmp-cmds-target.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, patch queued.