From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3dL-0005hB-8I for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq3dK-0005nG-54 for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:52:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3dJ-0005nC-UU for qemu-devel@nongnu.org; Fri, 21 Jun 2013 11:52:18 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5LFqHmw013303 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jun 2013 11:52:17 -0400 From: Kevin Wolf Date: Fri, 21 Jun 2013 17:46:26 +0200 Message-Id: <1371829589-18045-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 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, stefanha@redhat.com, lcapitulino@redhat.com v2: - Updated documentation in patch 3 Kevin Wolf (3): qapi.py: Move common code to evaluate() 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 | 43 +++++++++++++++++++++++++++++-------------- 2 files changed, 31 insertions(+), 26 deletions(-) -- 1.8.1.4