Re: [Qemu-devel] [PATCH v2 05/11] docs: add qapi texi template

2016-11-08 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> Marc-André Lureau writes: >> >> > The qapi2texi scripts uses a template for the texi file. Since we are >> > going to generate the documentation in multiple formats, move qmp-intro >> > to qemu-qapi template. (it would be nice t

Re: [Qemu-devel] [PATCH v2 05/11] docs: add qapi texi template

2016-11-04 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau writes: > > > The qapi2texi scripts uses a template for the texi file. Since we are > > going to generate the documentation in multiple formats, move qmp-intro > > to qemu-qapi template. (it would be nice to write something similar for > > qemu

Re: [Qemu-devel] [PATCH v2 05/11] docs: add qapi texi template

2016-10-27 Thread Markus Armbruster
Marc-André Lureau writes: > The qapi2texi scripts uses a template for the texi file. Since we are > going to generate the documentation in multiple formats, move qmp-intro > to qemu-qapi template. (it would be nice to write something similar for > qemu-ga, but this is left for a future patch) > >

[Qemu-devel] [PATCH v2 05/11] docs: add qapi texi template

2016-09-25 Thread Marc-André Lureau
The qapi2texi scripts uses a template for the texi file. Since we are going to generate the documentation in multiple formats, move qmp-intro to qemu-qapi template. (it would be nice to write something similar for qemu-ga, but this is left for a future patch) Signed-off-by: Marc-André Lureau ---