qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.9 0/6] qapi: Small qapi2texi fixes and addition tests
@ 2017-03-20 13:11 Markus Armbruster
  2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 1/6] qapi: Drop excessive Make dependencies on qapi2texi.py Markus Armbruster
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Markus Armbruster @ 2017-03-20 13:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: marcandre.lureau, eblake, mdroth

Code changes only in QAPI generator scripts and tests.  Generated code
is identical.  Generated documentation is improved slightly.

Markus Armbruster (6):
  qapi: Drop excessive Make dependencies on qapi2texi.py
  qapi2texi: Fix to actually fail when 'doc-required' is false
  qapi: Drop unused QAPIDoc member optional
  tests/qapi-schema: Make test-qapi.py print docs again
  tests/qapi-schema: Systematic positive doc comment tests
  qapi2texi: Fix translation of *strong* and _emphasized_

 Makefile                        |   7 +-
 scripts/qapi.py                 |   1 -
 scripts/qapi2texi.py            |   5 +-
 tests/Makefile.include          |  13 ++-
 tests/qapi-schema/doc-good.err  |   0
 tests/qapi-schema/doc-good.exit |   1 +
 tests/qapi-schema/doc-good.json | 136 ++++++++++++++++++++++
 tests/qapi-schema/doc-good.out  | 148 ++++++++++++++++++++++++
 tests/qapi-schema/doc-good.texi | 243 ++++++++++++++++++++++++++++++++++++++++
 tests/qapi-schema/test-qapi.py  |  11 ++
 10 files changed, 555 insertions(+), 10 deletions(-)
 create mode 100644 tests/qapi-schema/doc-good.err
 create mode 100644 tests/qapi-schema/doc-good.exit
 create mode 100644 tests/qapi-schema/doc-good.json
 create mode 100644 tests/qapi-schema/doc-good.out
 create mode 100644 tests/qapi-schema/doc-good.texi

-- 
2.7.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-03-28 13:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 13:11 [Qemu-devel] [PATCH for-2.9 0/6] qapi: Small qapi2texi fixes and addition tests Markus Armbruster
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 1/6] qapi: Drop excessive Make dependencies on qapi2texi.py Markus Armbruster
2017-03-20 13:17   ` Marc-André Lureau
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 2/6] qapi2texi: Fix to actually fail when 'doc-required' is false Markus Armbruster
2017-03-20 13:18   ` Marc-André Lureau
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 3/6] qapi: Drop unused QAPIDoc member optional Markus Armbruster
2017-03-20 13:24   ` Marc-André Lureau
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 4/6] tests/qapi-schema: Make test-qapi.py print docs again Markus Armbruster
2017-03-20 13:27   ` Marc-André Lureau
2017-03-21  7:18     ` Markus Armbruster
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 5/6] tests/qapi-schema: Systematic positive doc comment tests Markus Armbruster
2017-03-20 13:28   ` Marc-André Lureau
2017-03-21  7:19     ` Markus Armbruster
2017-03-20 13:11 ` [Qemu-devel] [PATCH for-2.9 6/6] qapi2texi: Fix translation of *strong* and _emphasized_ Markus Armbruster
2017-03-20 13:32   ` Marc-André Lureau
2017-03-20 13:37     ` Peter Maydell
2017-03-21  7:20       ` Markus Armbruster
2017-03-28 13:24 ` [Qemu-devel] [PATCH for-2.9 0/6] qapi: Small qapi2texi fixes and addition tests no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).