From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1decXx-0008W5-II for qemu-devel@nongnu.org; Mon, 07 Aug 2017 03:33:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1decXu-0005Yv-EY for qemu-devel@nongnu.org; Mon, 07 Aug 2017 03:33:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33982) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1decXu-0005YW-7i for qemu-devel@nongnu.org; Mon, 07 Aug 2017 03:33:50 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CA7C580E75 for ; Mon, 7 Aug 2017 07:33:48 +0000 (UTC) Date: Mon, 7 Aug 2017 15:33:45 +0800 From: Fam Zheng Message-ID: <20170807073345.GG14780@lemon> References: <150181165680.60.17068931498958654477@93e45bedd699> <20170804121031.GA1913@lemon> <20170807064330.GF14780@lemon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170807064330.GF14780@lemon> Subject: Re: [Qemu-devel] [PATCH v4 00/22] Clean up around qmp() and hmp() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org On Mon, 08/07 14:43, Fam Zheng wrote: > On Fri, 08/04 20:10, Fam Zheng wrote: > > On Fri, 08/04 06:50, Eric Blake wrote: > > > On 08/03/2017 08:54 PM, no-reply@patchew.org wrote: > > > > Hi, > > > > > > > > This 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. > > > > > > When will patchew have a syntax for stating dependencies? (Of course, I > > > should actually mention those dependencies in my cover letter, not after > > > the fact). > > > > I can give it a try this weekend, if it works, it will be announced on this > > list. > > Hijack! As an experiment of the newly pushed "base" tag handling on the server: > > Based-on: 20170802201900.11890-1-eblake@redhat.com It worked. Now, restarted the tests with the "rebased" branch: https://github.com/patchew-project/qemu/commits/patchew/20170804012551.2714-1-eblake%40redhat.com Fam