mbox

[PULL,00/14] QAPI patches patches for 2024-07-17

Message ID 20240717104907.2962784-1-armbru@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-07-17

Message

Markus Armbruster July 17, 2024, 10:48 a.m. UTC
The following changes since commit e2f346aa98646e84eabe0256f89d08e89b1837cf:

  Merge tag 'sdmmc-20240716' of https://github.com/philmd/qemu into staging (2024-07-17 07:59:31 +1000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-07-17

for you to fetch changes up to 3c5f6114d9ffc70bc9b1a7cc0dddd72a911f966d:

  qapi: remove "Example" doc section (2024-07-17 10:20:54 +0200)

----------------------------------------------------------------
QAPI patches patches for 2024-07-17

----------------------------------------------------------------
Harmonie Snow (1):
      docs/sphinx: add CSS styling for qmp-example directive

John Snow (7):
      docs/qapidoc: factor out do_parse()
      docs/qapidoc: create qmp-example directive
      docs/qapidoc: add QMP highlighting to annotated qmp-example blocks
      qapi: convert "Example" sections without titles
      qapi: convert "Example" sections with titles
      qapi: convert "Example" sections with longer prose
      qapi: remove "Example" doc section

Markus Armbruster (6):
      qapi/qom: Document feature unstable of @x-vfio-user-server
      qapi/pci: Clean up documentation around PciDeviceClass
      qapi/machine: Clean up documentation around CpuInstanceProperties
      qapi/machine: Clarify query-uuid value when none has been specified
      qapi/sockets: Move deprecation note out of SocketAddress doc comment
      qapi/ui: Drop note on naming of SpiceQueryMouseMode

 docs/devel/qapi-code-gen.rst           |  58 ++++++++++++---
 docs/sphinx-static/theme_overrides.css |  49 +++++++++++++
 docs/sphinx/qapidoc.py                 | 128 ++++++++++++++++++++++++++++++---
 qapi/acpi.json                         |   4 +-
 qapi/block-core.json                   |  88 ++++++++++++-----------
 qapi/block.json                        |  57 ++++++++-------
 qapi/char.json                         |  24 ++++---
 qapi/control.json                      |   8 +--
 qapi/dump.json                         |   8 +--
 qapi/machine-target.json               |   2 +-
 qapi/machine.json                      |  86 ++++++++++++----------
 qapi/migration.json                    |  90 ++++++++++++-----------
 qapi/misc-target.json                  |  22 +++---
 qapi/misc.json                         |  32 ++++-----
 qapi/net.json                          |  22 +++---
 qapi/pci.json                          |   8 +--
 qapi/qdev.json                         |  10 +--
 qapi/qom.json                          |  19 ++---
 qapi/replay.json                       |   8 +--
 qapi/rocker.json                       |   8 +--
 qapi/run-state.json                    |  32 ++++-----
 qapi/sockets.json                      |   7 +-
 qapi/tpm.json                          |   6 +-
 qapi/trace.json                        |   4 +-
 qapi/transaction.json                  |   2 +-
 qapi/ui.json                           |  47 ++++++------
 qapi/vfio.json                         |   2 +-
 qapi/virtio.json                       |  45 +++++++-----
 qapi/yank.json                         |   4 +-
 scripts/qapi/parser.py                 |  10 ++-
 tests/qapi-schema/doc-good.json        |  19 +++--
 tests/qapi-schema/doc-good.out         |  26 ++++---
 tests/qapi-schema/doc-good.txt         |  23 +++---
 33 files changed, 610 insertions(+), 348 deletions(-)

Comments

Richard Henderson July 18, 2024, 11:22 a.m. UTC | #1
On 7/17/24 20:48, Markus Armbruster wrote:
> The following changes since commit e2f346aa98646e84eabe0256f89d08e89b1837cf:
> 
>    Merge tag 'sdmmc-20240716' ofhttps://github.com/philmd/qemu into staging (2024-07-17 07:59:31 +1000)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-07-17
> 
> for you to fetch changes up to 3c5f6114d9ffc70bc9b1a7cc0dddd72a911f966d:
> 
>    qapi: remove "Example" doc section (2024-07-17 10:20:54 +0200)
> 
> ----------------------------------------------------------------
> QAPI patches patches for 2024-07-17

Applied, thanks.

r~