From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDHai-00072Y-6T for qemu-devel@nongnu.org; Tue, 11 Feb 2014 12:57:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDHae-0000BS-30 for qemu-devel@nongnu.org; Tue, 11 Feb 2014 12:57:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDHad-0000BO-Rn for qemu-devel@nongnu.org; Tue, 11 Feb 2014 12:57:48 -0500 Date: Tue, 11 Feb 2014 12:00:56 -0500 From: Luiz Capitulino Message-ID: <20140211120056.0c51826e@redhat.com> In-Reply-To: <1390890126-17377-1-git-send-email-qiaonuohan@cn.fujitsu.com> References: <1390890126-17377-1-git-send-email-qiaonuohan@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 00/13] Make 'dump-guest-memory' dump in kdump-compressed format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qiaonuohan Cc: stefanha@gmail.com, qemu-devel@nongnu.org, kumagai-atsushi@mxc.nes.nec.co.jp, pbonzini@redhat.com, anderson@redhat.com, lersek@redhat.com, afaerber@suse.de On Tue, 28 Jan 2014 14:21:53 +0800 qiaonuohan wrote: > Hi, all > > The last version is here: > http://lists.nongnu.org/archive/html/qemu-devel/2014-01/msg00209.html > > Command 'dump-guest-memory' was introduced to dump guest's memory. But the > vmcore's format is only elf32 or elf64. The message is here: > http://lists.gnu.org/archive/html/qemu-devel/2012-04/msg03379.html > > Compared with migration, the missing of compression feature means regression > to 'dump-guest-memory'. So we post these patches to make 'dump-guest-memory' be > able to dump guest's in kdump-compressed format. Then vmcore can be much > smaller, and easily to be delivered. > > The kdump-compressed format is *linux specific* *linux standard* crash dump > format used in kdump framework. The kdump-compressed format is readable only > with the crash utility, and it can be smaller than the ELF format because of > the compression support. To get more detailed information about > kdump-compressed format, please refer to the following URL: > http://sourceforge.net/projects/makedumpfile/ I did what was requested by Paolo. I applied patches 1 to 12 and will wait for the rework on patch 13.