Re: [Qemu-devel] [PATCH v3 10/14] docs: add master qapi texi files

2016-11-08 Thread Markus Armbruster
I see you managed to turn the templates into master files. A welcome simplification of the build process. Marc-André Lureau writes: > The qapi2texi scripts generates a file to be included in a texi script (singular) > file. Add "QEMU QMP Reference Manual" and "QEMU Guest Agent Protocol > Refe

[Qemu-devel] [PATCH v3 10/14] docs: add master qapi texi files

2016-11-06 Thread Marc-André Lureau
The qapi2texi scripts generates a file to be included in a texi file. Add "QEMU QMP Reference Manual" and "QEMU Guest Agent Protocol Reference" master texi files. Move qmp-intro.txt into qemu-qmp-ref.texi, to widen its content on various installed target formats (man/txt/html/pdf/info..) Signed-of