Re: [Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-08-09 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Tue, Aug 9, 2016 at 5:08 PM Markus Armbruster wrote: > >> >> > I don't mind. The following patches will generate the file. It could also >> > generate it under docs/. But then other documentation should also be >> > generated there. Let's leave itfor a diffe

Re: [Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-08-09 Thread Marc-André Lureau
Hi On Tue, Aug 9, 2016 at 5:08 PM Markus Armbruster wrote: > > > I don't mind. The following patches will generate the file. It could also > > generate it under docs/. But then other documentation should also be > > generated there. Let's leave itfor a different time. > > What other documentatio

Re: [Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-08-09 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Fri, Aug 5, 2016 at 6:58 PM Markus Armbruster wrote: > >> marcandre.lur...@redhat.com writes: >> [...] >> > diff --git a/qmp-commands.hx b/qmp-commands.txt >> > similarity index 87% >> > rename from qmp-commands.hx >> > rename to qmp-commands.txt >> >> Shoul

Re: [Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-08-05 Thread Marc-André Lureau
Hi On Fri, Aug 5, 2016 at 6:58 PM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Only the documentation remains useful, so strip it. > > What about: > > The only remaining function of qmp-commands.hx is to let us generate > qmp-comma

Re: [Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Only the documentation remains useful, so strip it. What about: 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. Assuming that's

[Qemu-devel] [PATCH v2 12/12] Drop qmp-commands.hx

2016-07-21 Thread marcandre . lureau
From: Marc-André Lureau Only the documentation remains useful, so strip it. (a later update will move the documentation in the respective json files and generate the text file) Signed-off-by: Marc-André Lureau --- .gitignore |1 - MAINTAINERS