qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/18] QAPI patches for 2020-02-15
@ 2020-02-15 11:41 Markus Armbruster
  2020-02-15 11:41 ` [PULL 01/18] qapi: Expand documentation for LostTickPolicy Markus Armbruster
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Markus Armbruster @ 2020-02-15 11:41 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 517c84cef759a453cfb8f51498aebc909a5f3b39:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200213-pull-request' into staging (2020-02-13 18:55:57 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-02-15

for you to fetch changes up to bb5ccf225e81d2801c03e63d16c371f0617270e8:

  qapi: Delete all the "foo: dropped in n.n" notes (2020-02-15 11:41:50 +0100)

----------------------------------------------------------------
QAPI patches for 2020-02-15

* QAPI schema doc comment fixes and cleanups, most of them in
  preparation of the upcoming switch to rST

* A Make dependency typo fix

* configure improvements for sphinx-build

----------------------------------------------------------------
Andrea Bolognani (1):
      qapi: Expand documentation for LostTickPolicy

Markus Armbruster (1):
      configure: Pick sphinx-build-3 when available

Peter Maydell (16):
      configure: Allow user to specify sphinx-build binary
      configure: Check that sphinx-build is using Python 3
      Makefile: Fix typo in dependency list for interop manpages
      qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
      qga/qapi-schema.json: Fix indent level on doc comments
      qga/qapi-schema.json: minor format fixups for rST
      qapi/block-core.json: Use literal block for ascii art
      qapi: Fix incorrect "Not documented" claims in QMP documentation
      qapi: Fix indent level on doc comments in json files
      qapi: Remove hardcoded tabs
      qapi/ui.json: Put input-send-event body text in the right place
      qapi/ui.json: Avoid `...' Texinfo style quoting
      qapi: Use explicit bulleted lists
      qapi: Add blank lines before bulleted lists
      qapi/migration.json: Replace _this_ with *this*
      qapi: Delete all the "foo: dropped in n.n" notes

 docs/conf.py             |   10 +
 configure                |   32 +-
 Makefile                 |    4 +-
 qapi/block-core.json     | 1139 +++++++++++++++++++++++-----------------------
 qapi/block.json          |   47 +-
 qapi/char.json           |   10 +-
 qapi/dump.json           |    4 +-
 qapi/introspect.json     |   12 +-
 qapi/job.json            |   32 +-
 qapi/machine-target.json |   18 +-
 qapi/machine.json        |   14 +-
 qapi/migration.json      |  206 ++++-----
 qapi/misc-target.json    |    8 +-
 qapi/misc.json           |  166 +++----
 qapi/net.json            |   26 +-
 qapi/qdev.json           |   10 +-
 qapi/qom.json            |    4 +-
 qapi/rocker.json         |   12 +-
 qapi/run-state.json      |   34 +-
 qapi/sockets.json        |    8 +-
 qapi/tpm.json            |    4 +-
 qapi/trace.json          |   15 +-
 qapi/transaction.json    |    4 +-
 qapi/ui.json             |  117 ++---
 qga/qapi-schema.json     |  156 ++++---
 25 files changed, 1070 insertions(+), 1022 deletions(-)

-- 
2.21.1



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

end of thread, other threads:[~2020-02-17  9:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15 11:41 [PULL 00/18] QAPI patches for 2020-02-15 Markus Armbruster
2020-02-15 11:41 ` [PULL 01/18] qapi: Expand documentation for LostTickPolicy Markus Armbruster
2020-02-15 11:41 ` [PULL 02/18] configure: Allow user to specify sphinx-build binary Markus Armbruster
2020-02-15 11:41 ` [PULL 03/18] configure: Pick sphinx-build-3 when available Markus Armbruster
2020-02-15 11:41 ` [PULL 04/18] configure: Check that sphinx-build is using Python 3 Markus Armbruster
2020-02-15 11:41 ` [PULL 05/18] Makefile: Fix typo in dependency list for interop manpages Markus Armbruster
2020-02-15 11:41 ` [PULL 06/18] qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment Markus Armbruster
2020-02-15 11:41 ` [PULL 07/18] qga/qapi-schema.json: Fix indent level on doc comments Markus Armbruster
2020-02-15 11:41 ` [PULL 08/18] qga/qapi-schema.json: minor format fixups for rST Markus Armbruster
2020-02-15 11:41 ` [PULL 09/18] qapi/block-core.json: Use literal block for ascii art Markus Armbruster
2020-02-15 11:41 ` [PULL 10/18] qapi: Fix incorrect "Not documented" claims in QMP documentation Markus Armbruster
2020-02-15 11:41 ` [PULL 11/18] qapi: Fix indent level on doc comments in json files Markus Armbruster
2020-02-15 11:41 ` [PULL 12/18] qapi: Remove hardcoded tabs Markus Armbruster
2020-02-15 11:41 ` [PULL 13/18] qapi/ui.json: Put input-send-event body text in the right place Markus Armbruster
2020-02-15 11:41 ` [PULL 14/18] qapi/ui.json: Avoid `...' Texinfo style quoting Markus Armbruster
2020-02-15 11:41 ` [PULL 15/18] qapi: Use explicit bulleted lists Markus Armbruster
2020-02-15 11:41 ` [PULL 16/18] qapi: Add blank lines before " Markus Armbruster
2020-02-15 11:41 ` [PULL 17/18] qapi/migration.json: Replace _this_ with *this* Markus Armbruster
2020-02-15 11:41 ` [PULL 18/18] qapi: Delete all the "foo: dropped in n.n" notes Markus Armbruster
2020-02-17  9:57 ` [PULL 00/18] QAPI patches for 2020-02-15 Peter Maydell

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).