Re: [PATCH v2 2/8] hxtool: Support SRST/ERST directives

2020-01-27 Thread Philippe Mathieu-Daudé
On 1/24/20 5:26 PM, Peter Maydell wrote: We want to add support for including rST document fragments in our .hx files, in the same way we currently have texinfo fragments. These will be delimited by SRST and ERST directives, in the same way the texinfo is delimited by STEXI/ETEXI. The rST fragmen

Re: [PATCH v2 2/8] hxtool: Support SRST/ERST directives

2020-01-24 Thread Alex Bennée
Peter Maydell writes: > We want to add support for including rST document fragments > in our .hx files, in the same way we currently have texinfo > fragments. These will be delimited by SRST and ERST directives, > in the same way the texinfo is delimited by STEXI/ETEXI. > The rST fragments will

[PATCH v2 2/8] hxtool: Support SRST/ERST directives

2020-01-24 Thread Peter Maydell
We want to add support for including rST document fragments in our .hx files, in the same way we currently have texinfo fragments. These will be delimited by SRST and ERST directives, in the same way the texinfo is delimited by STEXI/ETEXI. The rST fragments will not be extracted by the hxtool scri