From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhNmf-0000Ad-7C for qemu-devel@nongnu.org; Mon, 05 May 2014 14:38:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhNmZ-0004mk-Ma for qemu-devel@nongnu.org; Mon, 05 May 2014 14:38:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhNmZ-0004mS-F7 for qemu-devel@nongnu.org; Mon, 05 May 2014 14:38:31 -0400 Date: Mon, 5 May 2014 14:21:26 -0400 From: Luiz Capitulino Message-ID: <20140505142126.131eb791@redhat.com> In-Reply-To: <20140502135218.31383.90270.stgit@fimbulvetr.bsc.es> References: <20140502135218.31383.90270.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 v12 0/4] 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: =?UTF-8?B?QmVub8OudA==?= Canet , qemu-devel@nongnu.org, Markus Armbruster On Fri, 2 May 2014 15:52:19 +0200 Llu=C3=ADs Vilanova wrote: > Adds an include primitive to the syntax of QAPI schema files, allowing th= ese to > be modularized into multiple per-topic files in the future. >=20 > Signed-off-by: Llu=C3=ADs Vilanova > Reviewed-by: Eric Blake > Reviewed-by: Markus Armbruster Applied to the qmp branch, thanks.