From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpZdr-0007TR-34 for qemu-devel@nongnu.org; Thu, 20 Jun 2013 03:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpZdn-0004xz-Hy for qemu-devel@nongnu.org; Thu, 20 Jun 2013 03:50:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpZWu-0002Cx-36 for qemu-devel@nongnu.org; Thu, 20 Jun 2013 03:43:40 -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 r5K7hd7f024288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Jun 2013 03:43:39 -0400 Date: Thu, 20 Jun 2013 09:43:37 +0200 From: Stefan Hajnoczi Message-ID: <20130620074337.GB15082@stefanha-thinkpad.redhat.com> References: <1371659287-14331-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371659287-14331-1-git-send-email-kwolf@redhat.com> Subject: Re: [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: Kevin Wolf Cc: lcapitulino@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Wed, Jun 19, 2013 at 06:28:04PM +0200, Kevin Wolf wrote: > 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(-) Nice, I'll use this for drive-backup. Thanks, Stefan