Re: [PATCH v3 05/33] qemu-doc: split qemu-doc.texi in multiple files

2020-03-02 Thread Alex Bennée
Peter Maydell writes: > On Mon, 2 Mar 2020 at 11:22, Alex Bennée wrote: >> >> >> Peter Maydell writes: >> >> > From: Paolo Bonzini >> > >> > In order to facilitate the reorganization of qemu-doc.texi content, >> > as well as the conversion to rST/Sphinx, split it in multiple .texi >> > files

Re: [PATCH v3 05/33] qemu-doc: split qemu-doc.texi in multiple files

2020-03-02 Thread Peter Maydell
On Mon, 2 Mar 2020 at 11:22, Alex Bennée wrote: > > > Peter Maydell writes: > > > From: Paolo Bonzini > > > > In order to facilitate the reorganization of qemu-doc.texi content, > > as well as the conversion to rST/Sphinx, split it in multiple .texi > > files that are included from docs/system.

Re: [PATCH v3 05/33] qemu-doc: split qemu-doc.texi in multiple files

2020-03-02 Thread Alex Bennée
Peter Maydell writes: > From: Paolo Bonzini > > In order to facilitate the reorganization of qemu-doc.texi content, > as well as the conversion to rST/Sphinx, split it in multiple .texi > files that are included from docs/system. > > The "other devices" section is renamed to ivshmem and placed

[PATCH v3 05/33] qemu-doc: split qemu-doc.texi in multiple files

2020-02-28 Thread Peter Maydell
From: Paolo Bonzini In order to facilitate the reorganization of qemu-doc.texi content, as well as the conversion to rST/Sphinx, split it in multiple .texi files that are included from docs/system. The "other devices" section is renamed to ivshmem and placed last. Signed-off-by: Paolo Bonzini