From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ3Kk-0004LQ-9l for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:57:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJ3Ke-00089S-Sr for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:57:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJ3Ke-00088y-LO for qemu-devel@nongnu.org; Thu, 27 Feb 2014 10:57:08 -0500 Date: Thu, 27 Feb 2014 10:31:48 -0500 From: Luiz Capitulino Message-ID: <20140227103148.49fdcc6c@redhat.com> In-Reply-To: <20140211130013.12374.17471.stgit@fimbulvetr.bsc.es> References: <20140211130013.12374.17471.stgit@fimbulvetr.bsc.es> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/3] qapi: Allow modularization of QAPI schema files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TGx1w61z?= Vilanova Cc: qemu-devel@nongnu.org, Markus Armbruster On Tue, 11 Feb 2014 14:00:14 +0100 Llu=C3=ADs Vilanova wrote: > Adds the "include(...)" primitive to the syntax of QAPI schema files, all= owing > these to be modularized into multiple per-topic files in the future. Markus, Eric, you commented/reviewed v2 of this series. Any comments against v3?