From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwFNe-0007PO-FJ for qemu-devel@nongnu.org; Mon, 08 Jul 2013 13:37:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwFNd-0007dA-D8 for qemu-devel@nongnu.org; Mon, 08 Jul 2013 13:37:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwFNd-0007d6-5Q for qemu-devel@nongnu.org; Mon, 08 Jul 2013 13:37:41 -0400 Date: Mon, 8 Jul 2013 13:37:31 -0400 From: Luiz Capitulino Message-ID: <20130708133731.030655b6@redhat.com> In-Reply-To: <1372689112-8093-1-git-send-email-kwolf@redhat.com> References: <1372689112-8093-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] qapi: Top-level type reference for command definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: armbru@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mdroth@linux.vnet.ibm.com On Mon, 1 Jul 2013 16:31:49 +0200 Kevin Wolf wrote: > v2: > - Updated documentation in patch 3 > > v3: > - Refactored differently (introduced get_expr()) as suggested by Michael > > Kevin Wolf (3): > qapi.py: Avoid code duplication > qapi.py: Allow top-level type reference for command definitions > qapi-schema: Use BlockdevSnapshot type for blockdev-snapshot-sync Applied to the qmp branch, thanks. Can you post an incremental patch to cover the drive-backup command as suggested by Eric? > > qapi-schema.json | 14 ++------------ > scripts/qapi.py | 37 ++++++++++++++++++++++++++++--------- > 2 files changed, 30 insertions(+), 21 deletions(-) >