From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XILzA-00039R-M9 for qemu-devel@nongnu.org; Fri, 15 Aug 2014 14:12:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XILz5-0005f5-RV for qemu-devel@nongnu.org; Fri, 15 Aug 2014 14:12:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XILz5-0005ex-Jb for qemu-devel@nongnu.org; Fri, 15 Aug 2014 14:12:15 -0400 Date: Fri, 15 Aug 2014 14:12:07 -0400 From: Luiz Capitulino Message-ID: <20140815141207.580cd85c@redhat.com> In-Reply-To: <1407287673-20308-1-git-send-email-eblake@redhat.com> References: <1407287673-20308-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/14] drop qapi nested structs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Fam Zheng , qemu-devel@nongnu.org, wenchaoqemu@gmail.com, Markus Armbruster On Tue, 5 Aug 2014 19:14:19 -0600 Eric Blake wrote: > According to this email: > https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg00708.html > we want to repurpose 'data': { 'name': {dict...} } in qapi files > for future use of designating default values of optional parameters. > But to do that, we must first nuke existing use of that syntax for > declaring nested structs. Enhancing the testsuite while at it > never hurts. I've skimmed over the series (as Markus is on top of it anyways) and it looks great to me. Waiting for v4 :)