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

2013-10-15 Thread Laszlo Ersek
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




[Qemu-devel] guest-dump-memory

2013-10-14 Thread Phi Debian
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