From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW44c-0000eg-5u for qemu-devel@nongnu.org; Tue, 15 Oct 2013 08:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW44X-0000rN-4M for qemu-devel@nongnu.org; Tue, 15 Oct 2013 08:50:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW44W-0000qw-SG for qemu-devel@nongnu.org; Tue, 15 Oct 2013 08:50:01 -0400 Message-ID: <525D3A96.1070303@redhat.com> Date: Tue, 15 Oct 2013 14:52:38 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] guest-dump-memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Phi Debian Cc: qemu-devel@nongnu.org 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