qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/18] QAPI patches for 2020-02-15


From: Markus Armbruster
Subject: [PULL 00/18] QAPI patches for 2020-02-15
Date: Sat, 15 Feb 2020 12:41:15 +0100

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




reply via email to

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