Re: [PATCH v4 12/18] scripts/qapi: Remove texinfo generation support

2020-03-10 Thread Richard Henderson
On 3/9/20 8:43 AM, Peter Maydell wrote: > We no longer use the generated texinfo format documentation, > so delete the code that generates it, and the test case for > the generation. > > Signed-off-by: Peter Maydell > --- > Makefile| 1 - > tests/Makefile.include

[PATCH v4 12/18] scripts/qapi: Remove texinfo generation support

2020-03-09 Thread Peter Maydell
We no longer use the generated texinfo format documentation, so delete the code that generates it, and the test case for the generation. Signed-off-by: Peter Maydell --- Makefile| 1 - tests/Makefile.include | 15 +- scripts/qapi-gen.py | 2 - sc