From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwSwU-0001Dh-44 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwSwT-0000nK-3V for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:06:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwSwS-0000nG-TL for qemu-devel@nongnu.org; Tue, 09 Jul 2013 04:06:33 -0400 Date: Tue, 9 Jul 2013 10:06:24 +0200 From: Kevin Wolf Message-ID: <20130709080624.GA3332@dhcp-200-207.str.redhat.com> References: <1372689112-8093-1-git-send-email-kwolf@redhat.com> <20130708133731.030655b6@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130708133731.030655b6@redhat.com> 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: Luiz Capitulino Cc: armbru@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mdroth@linux.vnet.ibm.com Am 08.07.2013 um 19:37 hat Luiz Capitulino geschrieben: > 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? Thanks, Luiz. I've sent the follow-up patch now. Kevin