From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSzSC-0007JD-9W for qemu-devel@nongnu.org; Wed, 26 Mar 2014 21:50:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSzS3-0006Gk-Ro for qemu-devel@nongnu.org; Wed, 26 Mar 2014 21:50:00 -0400 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]:61279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSzS3-0006GT-LC for qemu-devel@nongnu.org; Wed, 26 Mar 2014 21:49:51 -0400 Received: by mail-pb0-f45.google.com with SMTP id uo5so2740546pbc.18 for ; Wed, 26 Mar 2014 18:49:50 -0700 (PDT) Message-ID: <533383B2.2070201@gmail.com> Date: Thu, 27 Mar 2014 09:49:38 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1395417673-17710-1-git-send-email-benoit.canet@irqsave.net> <1395417673-17710-3-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1395417673-17710-3-git-send-email-benoit.canet@irqsave.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/2] qapi: Create an include directive for use in the JSON description files. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , qemu-devel@nongnu.org Cc: Benoit Canet , armbru@redhat.com, anthony@codemonkey.ws, lcapitulino@redhat.com Just saw the discuss of LluĂ­s's patch, either { 'include': './include/include.json' } or include("include-cycle-b.json") is OK to me, but hope only one way is kepted in the end.