From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utf9N-0006TB-27 for qemu-devel@nongnu.org; Mon, 01 Jul 2013 10:32:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utf9L-0002OC-Sv for qemu-devel@nongnu.org; Mon, 01 Jul 2013 10:32:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utf9L-0002O3-Mf for qemu-devel@nongnu.org; Mon, 01 Jul 2013 10:32:15 -0400 From: Kevin Wolf Date: Mon, 1 Jul 2013 16:31:49 +0200 Message-Id: <1372689112-8093-1-git-send-email-kwolf@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, mdroth@linux.vnet.ibm.com, lcapitulino@redhat.com, stefanha@redhat.com 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 qapi-schema.json | 14 ++------------ scripts/qapi.py | 37 ++++++++++++++++++++++++++++--------- 2 files changed, 30 insertions(+), 21 deletions(-) -- 1.8.1.4