From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZdSz-0008UX-5t for qemu-devel@nongnu.org; Tue, 16 Aug 2016 08:27:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZdSx-0006Vc-B7 for qemu-devel@nongnu.org; Tue, 16 Aug 2016 08:27:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZdSx-0006VV-5k for qemu-devel@nongnu.org; Tue, 16 Aug 2016 08:27:35 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 868E785546 for ; Tue, 16 Aug 2016 12:27:34 +0000 (UTC) From: Markus Armbruster References: <20160810180235.32469-1-marcandre.lureau@redhat.com> <20160810180235.32469-6-marcandre.lureau@redhat.com> Date: Tue, 16 Aug 2016 14:27:32 +0200 In-Reply-To: <20160810180235.32469-6-marcandre.lureau@redhat.com> (marcandre lureau's message of "Wed, 10 Aug 2016 22:02:23 +0400") Message-ID: <87pop8526j.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 v4 05/17] monitor: register gen:false commands manually List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org marcandre.lureau@redhat.com writes: > From: Marc-Andr=C3=A9 Lureau > > Since a few commands are using 'gen': false, they are not registered > automatically by the generator. Register manually instead. > > This is in preparation for removal of qapi 'middle' mode generation. > > Note that qmp_init_marshal() function isn't run yet, so the commands > aren't registered, until module_call_init(MODULE_INIT_QAPI) is added in Suggest "aren't actually registered". Can touch up on commit. > a later patch. > > Signed-off-by: Marc-Andr=C3=A9 Lureau > Reviewed-by: Eric Blake Patch looks good.