qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] dump-guest-memory command?


From: Laszlo Ersek
Subject: Re: [Qemu-devel] dump-guest-memory command?
Date: Fri, 16 May 2014 13:30:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/16/14 11:59, Jun Koi wrote:

> - is it true that dump-guest-memory just write down physical memory
> page, and does not consider the virtual-memory concept?

No, it isn't.

Basically, "dump-guest-memory" supports two modes of operation, "paging
enabled" and "paging disabled".

Many (most?) people dump for the "crash" utility, which is super smart,
and extra paging info is not needed. For "crash" we just dump the
guest-phys memory ranges the way the guest sees them, and that's it;
"crash" figures out everything from that.

If you want to use "gdb" rather than "crash", or need the guest-virtual
addresses in the ELF vmcore for some other reason, then you should
invoke "dump-guest-memory" with paging enabled.

Enter "help dump-guest-memory" at the qemu monitor prompt, and look for
the "-p" option.

Laszlo



reply via email to

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