From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCmFc-0004Ps-W0 for qemu-devel@nongnu.org; Mon, 10 Feb 2014 03:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCmFV-000630-OB for qemu-devel@nongnu.org; Mon, 10 Feb 2014 03:30:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCmFV-00061r-H5 for qemu-devel@nongnu.org; Mon, 10 Feb 2014 03:29:53 -0500 Message-ID: <52F88DF0.9020502@redhat.com> Date: Mon, 10 Feb 2014 09:29:36 +0100 From: Laszlo Ersek MIME-Version: 1.0 References: <52EBAF1C.8050006@redhat.com> <1391180681-28296-1-git-send-email-tumanova@linux.vnet.ibm.com> <52F848B6.7080100@cn.fujitsu.com> In-Reply-To: <52F848B6.7080100@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 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: Qiao Nuohan Cc: borntraeger@de.ibm.com, Ekaterina Tumanova , Public KVM Mailing List , Luiz Capitulino On 02/10/14 04:34, Qiao Nuohan wrote: > On 01/31/2014 11:04 PM, 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: Qiao Nuohan > > Sorry for replying later. The patch seems good to me and works well on my > machine. > > P.S. > I have no idea about where to find queued patches, could you give some > hint? Last time I had submitted patches for dump, they went in via Luiz's queue: http://repo.or.cz/w/qemu/qmp-unstable.git/shortlog/refs/heads/queue/qmp-next It seems appropriate now as well; in my clone: $ git diff master..qiao_v8 >squashed.patch $ scripts/get_maintainer.pl squashed.patch Luiz Capitulino (supporter:Human Monitor (HMP),commit_signer:7/25=28%,commit_signer:1/8=12%) [...] It's indeed a queue, ie. Luiz can elect to rebase / reorder the buffered patches from time to time. Laszlo