qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] Add qapi doc generation scripts


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 0/4] Add qapi doc generation scripts
Date: Thu, 22 Sep 2016 19:58:04 +0400

Hi,

Add the qapi2texi script and a few optional targets to excercie the
generator. The documentation isn't complete yet, so don't bother to
build it by default or install it.

Marc-André Lureau (4):
  qapi: add qapi2texi script
  qapi: fix schema symbol sections
  docs: add qapi texi template
  build-sys: add qapi doc generation targets

 Makefile                        |  15 ++
 scripts/qapi.py                 |  90 +++++++++++-
 scripts/qapi2texi.py            | 307 ++++++++++++++++++++++++++++++++++++++++
 docs/qapi-code-gen.txt          |  44 ++++--
 docs/qemu-ga-qapi.template.texi |  58 ++++++++
 docs/qemu-qapi.template.texi    | 148 +++++++++++++++++++
 docs/qmp-intro.txt              |  87 ------------
 qapi-schema.json                |   9 +-
 qapi/block-core.json            |   1 +
 qga/qapi-schema.json            |   3 +
 10 files changed, 661 insertions(+), 101 deletions(-)
 create mode 100755 scripts/qapi2texi.py
 create mode 100644 docs/qemu-ga-qapi.template.texi
 create mode 100644 docs/qemu-qapi.template.texi
 delete mode 100644 docs/qmp-intro.txt

-- 
2.10.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]