From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCyK0-0000Pp-7z for qemu-devel@nongnu.org; Mon, 10 Feb 2014 16:23:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCyJu-0005Wu-90 for qemu-devel@nongnu.org; Mon, 10 Feb 2014 16:23:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCyJu-0005WM-1Q for qemu-devel@nongnu.org; Mon, 10 Feb 2014 16:23:14 -0500 Date: Mon, 10 Feb 2014 16:23:05 -0500 From: Luiz Capitulino Message-ID: <20140210162305.6f4aeff3@redhat.com> In-Reply-To: <52EBD9D9.1060507@redhat.com> References: <52EBAF1C.8050006@redhat.com> <1391180681-28296-1-git-send-email-tumanova@linux.vnet.ibm.com> <52EBD9D9.1060507@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/1] Detect arch for dump compressed header. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qiaonuohan@cn.fujitsu.com, borntraeger@de.ibm.com, Ekaterina Tumanova , Public KVM Mailing List On Fri, 31 Jan 2014 18:14:01 +0100 Laszlo Ersek wrote: > On 01/31/14 16:04, Ekaterina Tumanova wrote: > > True! Fixed. Tested. > > > > Can you please put it into push-queue? > > > > Thanks, > > Kate. > > > > Ekaterina Tumanova (1): > > Define the architecture for compressed dump format. > > > > dump.c | 7 +++++-- > > target-i386/cpu.h | 2 ++ > > target-s390x/cpu.h | 1 + > > 3 files changed, 8 insertions(+), 2 deletions(-) > > > > Reviewed-by: Laszlo Ersek > > Also CC'ing Luiz (because the dump series belongs to his QMP tree as far > as I remember). Is this patch supposed to applied on top of: [PATCH v8 00/13] Make 'dump-guest-memory' dump in kdump-compressed format If it is, then maybe Qiao Nuohan can apply/merge it on top of v9, as a respin of that series is needed.