From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S38Ms-0004Ma-2Z for qemu-devel@nongnu.org; Thu, 01 Mar 2012 10:56:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S38Mm-0004M0-4m for qemu-devel@nongnu.org; Thu, 01 Mar 2012 10:56:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S38Ml-0004Lp-SN for qemu-devel@nongnu.org; Thu, 01 Mar 2012 10:56:28 -0500 Date: Thu, 1 Mar 2012 12:56:24 -0300 From: Luiz Capitulino Message-ID: <20120301125624.1c439e66@doriath.home> In-Reply-To: <4F4F7F02.5080603@redhat.com> References: <1330600908-16202-1-git-send-email-pbonzini@redhat.com> <1330600908-16202-3-git-send-email-pbonzini@redhat.com> <4F4F7F02.5080603@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/6] qapi: complete implementation of unions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: stefanha@linux.vnet.ibm.com, jcody@redhat.com, qemu-devel@nongnu.org, fsimonce@redhat.com, Paolo Bonzini , eblake@redhat.com On Thu, 01 Mar 2012 14:52:02 +0100 Kevin Wolf wrote: > Am 01.03.2012 12:21, schrieb Paolo Bonzini: > > Signed-off-by: Paolo Bonzini > > --- > > qapi-schema-test.json | 10 ++++++++++ > > scripts/qapi-types.py | 5 +++++ > > scripts/qapi-visit.py | 31 ++++++++++++++++++++++++++++++- > > test-qmp-input-visitor.c | 18 ++++++++++++++++++ > > test-qmp-output-visitor.c | 34 ++++++++++++++++++++++++++++++++++ > > 5 files changed, 97 insertions(+), 1 deletions(-) > > Makes sense to me, but before applying this patch I'd like to get an > Acked-by from Luiz. Acked-by: Luiz Capitulino