[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/14] QAPI patches patches for 2024-07-17
From: |
Markus Armbruster |
Subject: |
[PULL 00/14] QAPI patches patches for 2024-07-17 |
Date: |
Wed, 17 Jul 2024 12:48:53 +0200 |
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(-)
--
2.45.0
- [PULL 00/14] QAPI patches patches for 2024-07-17,
Markus Armbruster <=
- [PULL 02/14] qapi/pci: Clean up documentation around PciDeviceClass, Markus Armbruster, 2024/07/17
- [PULL 04/14] qapi/machine: Clarify query-uuid value when none has been specified, Markus Armbruster, 2024/07/17
- [PULL 03/14] qapi/machine: Clean up documentation around CpuInstanceProperties, Markus Armbruster, 2024/07/17
- [PULL 12/14] qapi: convert "Example" sections with titles, Markus Armbruster, 2024/07/17
- [PULL 06/14] qapi/ui: Drop note on naming of SpiceQueryMouseMode, Markus Armbruster, 2024/07/17
- [PULL 05/14] qapi/sockets: Move deprecation note out of SocketAddress doc comment, Markus Armbruster, 2024/07/17
- [PULL 01/14] qapi/qom: Document feature unstable of @x-vfio-user-server, Markus Armbruster, 2024/07/17
- [PULL 10/14] docs/sphinx: add CSS styling for qmp-example directive, Markus Armbruster, 2024/07/17
- [PULL 09/14] docs/qapidoc: add QMP highlighting to annotated qmp-example blocks, Markus Armbruster, 2024/07/17
- [PULL 14/14] qapi: remove "Example" doc section, Markus Armbruster, 2024/07/17