From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX6m3-0007e9-BH for qemu-devel@nongnu.org; Tue, 09 Aug 2016 09:08:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bX6lx-0003so-90 for qemu-devel@nongnu.org; Tue, 09 Aug 2016 09:08:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bX6lx-0003se-3j for qemu-devel@nongnu.org; Tue, 09 Aug 2016 09:08:45 -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 D0C6FC04D2EF for ; Tue, 9 Aug 2016 13:08:44 +0000 (UTC) From: Markus Armbruster References: <20160808141439.16908-1-marcandre.lureau@redhat.com> <20160808141439.16908-15-marcandre.lureau@redhat.com> Date: Tue, 09 Aug 2016 15:08:43 +0200 In-Reply-To: <20160808141439.16908-15-marcandre.lureau@redhat.com> (marcandre lureau's message of "Mon, 8 Aug 2016 18:14:38 +0400") Message-ID: <87wpjqf5t0.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 14/15] Drop qmp-commands.hx 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 > > The only remaining function of qmp-commands.hx is to let us generate > qmp-commands.txt from it. Replace qmp-commands.hx by qmp-commands.txt. > > (a later update will move the documentation in the respective json files > and again generate the text file) Since this series doesn't move it, I'd rather say something like "We intend to move the documentation into the QAPI schema and generate qapi-commands.txt from it, but not right now." Can touch up on commit. > Signed-off-by: Marc-Andr=C3=A9 Lureau