From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmi5j-0002vI-W0 for qemu-devel@nongnu.org; Wed, 21 Sep 2016 10:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmi5e-0005x6-DX for qemu-devel@nongnu.org; Wed, 21 Sep 2016 10:01:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmi5e-0005x0-6y for qemu-devel@nongnu.org; Wed, 21 Sep 2016 10:01:34 -0400 Date: Wed, 21 Sep 2016 22:01:30 +0800 From: Fam Zheng Message-ID: <20160921140130.GA2115@lemon> References: <147446363181.4880.18104448248886932114.stgit@bahia> <20160921133428.250669.58191@ex-std-node742.prod.rhcloud.com> <20160921154433.48c307e1@bahia.lab.toulouse-stg.fr.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921154433.48c307e1@bahia.lab.toulouse-stg.fr.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: avoid inappropriate QEMU termination List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-devel@nongnu.org, kwolf@redhat.com, mst@redhat.com, jasowang@redhat.com, mreitz@redhat.com, aneesh.kumar@linux.vnet.ibm.com, stefanha@redhat.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com On Wed, 09/21 15:44, Greg Kurz wrote: > On Wed, 21 Sep 2016 06:35:04 -0700 (PDT) > no-reply@patchew.org wrote: > > > Hi, > > > > Your series failed automatic build test. Please find the testing commands and > > their output below. If you have docker installed, you can probably reproduce it > > locally. > > > > Heh... of course patchew doesn't know about Stefan's series. :) Usually those patchsets fail to apply and patchew keeps quiet. This series is the first victim of a exception, seemingly. :) > > Is there an appropriate way to avoid complaints when sending a patchset that > isn't based on QEMU master ? Currently we don't, but we can invent one. Like: Base: http://github.com/someone/qemu branch for the "base on maintainer tree" case, or just inform patchew to "pull" instead of apply: Git: http://github.com/someone/qemu topic for the "base on the other series" case. Supporting this is not complicated, the tricky thing is to remember to put that magic in cover letters every time a series doesn't base on master. Any thoughts on the harder question? :) Fam