qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command


From: Peter Maydell
Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command
Date: Thu, 17 Jan 2019 11:29:39 +0000

On Thu, 17 Jan 2019 at 00:22, Phil Jones <address@hidden> wrote:
>
> I have a few questions about QEMU Monitor interface, there's a command with 
> format "x /fmt addr" - described with "Virtual memory dump starting at addr."
> I'm not 100% sure what "virtual memory" refers to here. Could it be used to 
> dump/read Windows guest virtual memory, or?

It means that you see the same view of memory that the
currently running guest process does -- its "virtual memory
space". It takes virtual addresses, which are passed through
the guest CPU's MMU, just as any memory access from the
guest process does. This is as opposed to the view of "physical
memory", which takes physical addresses and shows you
the underlying memory and devices that the guest OS
has access to.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]