From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK9GV-0001gq-5r for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:52:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK9GU-0002Ai-4b for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:52:35 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:48032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK9GT-0002Ab-Vs for qemu-devel@nongnu.org; Fri, 05 Oct 2012 10:52:34 -0400 Received: by mail-ob0-f173.google.com with SMTP id wc18so1656927obb.4 for ; Fri, 05 Oct 2012 07:52:33 -0700 (PDT) Sender: fluxion Date: Fri, 5 Oct 2012 09:52:25 -0500 From: Michael Roth Message-ID: <20121005145225.GK16157@illuin> References: <1349372021-31212-1-git-send-email-mdroth@linux.vnet.ibm.com> <506E99B5.5060205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <506E99B5.5060205@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] Add infrastructure for QIDL-based device serialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kwolf@redhat.com, peter.maydell@linaro.org, aliguori@us.ibm.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, eblake@redhat.com On Fri, Oct 05, 2012 at 10:26:29AM +0200, Paolo Bonzini wrote: > Il 04/10/2012 19:33, Michael Roth ha scritto: > > These patches are based are origin/master, and can also be obtained from: > > > > git://github.com/mdroth/qemu.git qidl-base-v3 > > > > Changes since v2: > > > > - Documentations fix-ups and clarifications (Eric) > > - Moved annotations in front of variable names and documented this as > > the default (Paolo, Kevin) > > - Switched to q_* prefix instead of q (Blue, Paolo, Anthony) > > - Switched to GPLv2+ licensing in QIDL lexer/parser > > - Minor clean-ups in unit tests > > I have a few more notes. I've now reviewed the whole thing, so > > Reviewed-by: Paolo Bonzini > > except for patches 5/7/9/21/22. Thanks! I'll re-spin with your suggestions. > > Paolo >