From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3F7-0004Z1-HB for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK3Ez-0002dk-Sw for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:26:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK3Ez-0002dg-Kt for qemu-devel@nongnu.org; Fri, 05 Oct 2012 04:26:37 -0400 Message-ID: <506E99B5.5060205@redhat.com> Date: Fri, 05 Oct 2012 10:26:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1349372021-31212-1-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1349372021-31212-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Michael Roth Cc: kwolf@redhat.com, peter.maydell@linaro.org, aliguori@us.ibm.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, eblake@redhat.com 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. Paolo