From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi2w7-00063q-8q for qemu-devel@nongnu.org; Wed, 07 May 2014 10:35:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi2w0-000539-0t for qemu-devel@nongnu.org; Wed, 07 May 2014 10:35:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi2vz-000533-PM for qemu-devel@nongnu.org; Wed, 07 May 2014 10:34:59 -0400 Date: Wed, 7 May 2014 10:30:12 -0400 From: Luiz Capitulino Message-ID: <20140507103012.10d258a0@redhat.com> In-Reply-To: <1399030002-27222-1-git-send-email-armbru@redhat.com> References: <1399030002-27222-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 00/14] qmp qga: Purge error_is_set() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com On Fri, 2 May 2014 13:26:28 +0200 Markus Armbruster wrote: > I got a private branch getting rid of it entirely. This is the fifth > part, covering QMP and the guest agent up to the point where I start > messing with the QAPI code generators. That's left for the final > part. >=20 > Luiz agreed to take this through his tree. >=20 > This series conflicts with Llu=C3=ADs's "qapi: Allow modularization of QA= PI > schema files", but only in docs/writing-qmp-commands.txt, and > resolution is trivial. I didn't get any conflicts. Have you looked at Laszlo series to make sure it follows your guidelines? http://lists.nongnu.org/archive/html/qemu-devel/2014-04/msg01506.html I've already applied his series to my tree, btw. Yours is on top. Applied to the qmp branch, thanks.