From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpLF7-0003cR-VD for qemu-devel@nongnu.org; Wed, 19 Jun 2013 12:28:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpLF6-0003hw-VT for qemu-devel@nongnu.org; Wed, 19 Jun 2013 12:28:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpLF6-0003hf-Mk for qemu-devel@nongnu.org; Wed, 19 Jun 2013 12:28:20 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5JGSJUn027563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Jun 2013 12:28:20 -0400 From: Kevin Wolf Date: Wed, 19 Jun 2013 18:28:04 +0200 Message-Id: <1371659287-14331-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 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 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 | 3 +-- scripts/qapi.py | 43 +++++++++++++++++++++++++++++-------------- 2 files changed, 30 insertions(+), 16 deletions(-) -- 1.8.1.4