From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHYh-0005KG-9L for qemu-devel@nongnu.org; Thu, 22 Oct 2015 11:13:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpHYd-0001NY-6z for qemu-devel@nongnu.org; Thu, 22 Oct 2015 11:13:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpHYd-0001NB-1q for qemu-devel@nongnu.org; Thu, 22 Oct 2015 11:13:35 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 7EF71AB8 for ; Thu, 22 Oct 2015 15:13:34 +0000 (UTC) From: Markus Armbruster References: <1444968943-11254-1-git-send-email-eblake@redhat.com> Date: Thu, 22 Oct 2015 17:13:31 +0200 In-Reply-To: <1444968943-11254-1-git-send-email-eblake@redhat.com> (Eric Blake's message of "Thu, 15 Oct 2015 22:15:25 -0600") Message-ID: <87mvvbueas.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v9 00/17] qapi collision reduction (post-introspection subset B') List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Eduardo Habkost Eric Blake writes: > Pending prerequisite: Markus' qapi-next branch (which has the first > half of my subset B patches): > git://repo.or.cz/qemu/armbru.git pull-qapi-2015-10-15 > https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg03321.html > > Pending prerequisite: Paolo's rewrite of qemu-char: > https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg03238.html > > Also available as a tag at this location: > git fetch git://repo.or.cz/qemu/ericb.git qapi-cleanupv9b > > and I plan to eventually forcefully update my branch with the rest > of the v5 series, at: > http://repo.or.cz/qemu/ericb.git/shortlog/refs/heads/qapi I expect some churn in v10 due to fine-tuning of patch order mostly, but I feel we're getting close. Meanwhile: on to subset C!