qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] guest-dump-memory
@ 2013-10-14  8:18 Phi Debian
  2013-10-15 12:52 ` Laszlo Ersek
  0 siblings, 1 reply; 2+ messages in thread
From: Phi Debian @ 2013-10-14  8:18 UTC (permalink / raw)
  To: qemu-devel

Hi All,

I tried to subscribe to this list, but never got teh confirm mail.

So I write here non subscribed, so add my email addr in replies.

I am trying to use guest-dump-memory on arm (arm32, armv7* name it)
with qemu 1.6.1. The command is 'implemented' i.e listed in the help,
but it create an empty file and a replis saying dump-gues-memory is
not implemented.

The logs says that ARM implement dump-guest-memory since 1.2
http://wiki.qemu.org/ChangeLog/1.2

Is it working ? or did I missed a configuration option?

Thanx for any helps.
Cheers,
Phi

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] guest-dump-memory
  2013-10-14  8:18 [Qemu-devel] guest-dump-memory Phi Debian
@ 2013-10-15 12:52 ` Laszlo Ersek
  0 siblings, 0 replies; 2+ messages in thread
From: Laszlo Ersek @ 2013-10-15 12:52 UTC (permalink / raw)
  To: Phi Debian; +Cc: qemu-devel

On 10/14/13 10:18, Phi Debian wrote:
> Hi All,
> 
> I tried to subscribe to this list, but never got teh confirm mail.
> 
> So I write here non subscribed, so add my email addr in replies.
> 
> I am trying to use guest-dump-memory on arm (arm32, armv7* name it)
> with qemu 1.6.1. The command is 'implemented' i.e listed in the help,
> but it create an empty file and a replis saying dump-gues-memory is
> not implemented.
> 
> The logs says that ARM implement dump-guest-memory since 1.2
> http://wiki.qemu.org/ChangeLog/1.2
> 
> Is it working ? or did I missed a configuration option?

There are some target-specific functions that qmp_dump_guest_memory()
(and its callees) depend on. For example, see "stubs/dump.c":
- cpu_get_dump_info()
- cpu_get_note_size()

and "qom/cpu.c":
- cpu_write_elf64_note()
- etc.

These have a real implementation for the i386 and s390x targets only.

I don't know why the 1.2 changelog stated otherwise. Probably a typo /
unwanted paste from the x86 section.

Laszlo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-15 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14  8:18 [Qemu-devel] guest-dump-memory Phi Debian
2013-10-15 12:52 ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).