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 <peter.mayd...@linaro.org> > --- > Makefile | 1 - > tests/Makefile.include | 15 +- > scripts/qapi-gen.py | 2 - > scripts/qapi/doc.py | 302 -------------------------------- > scripts/qapi/gen.py | 7 - > tests/qapi-schema/doc-good.texi | 281 ----------------------------- > 6 files changed, 1 insertion(+), 607 deletions(-) > delete mode 100644 scripts/qapi/doc.py > delete mode 100644 tests/qapi-schema/doc-good.texi
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~