From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX22S-0000AL-AM for qemu-devel@nongnu.org; Tue, 09 Aug 2016 04:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bX22M-0001GT-Aj for qemu-devel@nongnu.org; Tue, 09 Aug 2016 04:05:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX22M-0001GP-4j for qemu-devel@nongnu.org; Tue, 09 Aug 2016 04:05:22 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AFA2A46202 for ; Tue, 9 Aug 2016 08:05:21 +0000 (UTC) From: Markus Armbruster References: <20160808141439.16908-1-marcandre.lureau@redhat.com> <20160808141439.16908-6-marcandre.lureau@redhat.com> Date: Tue, 09 Aug 2016 10:05:19 +0200 In-Reply-To: <20160808141439.16908-6-marcandre.lureau@redhat.com> (marcandre lureau's message of "Mon, 8 Aug 2016 18:14:29 +0400") Message-ID: <87lh06iczk.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 05/15] qapi: add 'export-marshal' command key List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org, Eric Blake marcandre.lureau@redhat.com writes: > From: Marc-Andr=C3=A9 Lureau > > When a command sets the 'export-marshal' key to true, the generated > marshaller will be exported, so it can be called from outside. > > Signed-off-by: Marc-Andr=C3=A9 Lureau Sure we need to make linkage configurable in the schema? Why can't we simply make all the marshallers extern?