Re: [Qemu-devel] [PATCH v3 14/15] Drop qmp-commands.hx

2016-08-17 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André 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. >> >

Re: [Qemu-devel] [PATCH v3 14/15] Drop qmp-commands.hx

2016-08-09 Thread Marc-André Lureau
Hi - Original Message - > marcandre.lur...@redhat.com writes: > > > From: Marc-André 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 docum

Re: [Qemu-devel] [PATCH v3 14/15] Drop qmp-commands.hx

2016-08-09 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André 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

[Qemu-devel] [PATCH v3 14/15] Drop qmp-commands.hx

2016-08-08 Thread marcandre . lureau
From: Marc-André 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) Signed-off-by: Marc-And