qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] QAPI patches patches for 2024-07-17
@ 2024-07-17 10:48 Markus Armbruster
  2024-07-17 10:48 ` [PULL 01/14] qapi/qom: Document feature unstable of @x-vfio-user-server Markus Armbruster
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Markus Armbruster @ 2024-07-17 10:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson

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



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

end of thread, other threads:[~2024-07-18 11:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 10:48 [PULL 00/14] QAPI patches patches for 2024-07-17 Markus Armbruster
2024-07-17 10:48 ` [PULL 01/14] qapi/qom: Document feature unstable of @x-vfio-user-server Markus Armbruster
2024-07-17 10:48 ` [PULL 02/14] qapi/pci: Clean up documentation around PciDeviceClass Markus Armbruster
2024-07-17 10:48 ` [PULL 03/14] qapi/machine: Clean up documentation around CpuInstanceProperties Markus Armbruster
2024-07-17 10:48 ` [PULL 04/14] qapi/machine: Clarify query-uuid value when none has been specified Markus Armbruster
2024-07-17 10:48 ` [PULL 05/14] qapi/sockets: Move deprecation note out of SocketAddress doc comment Markus Armbruster
2024-07-17 10:48 ` [PULL 06/14] qapi/ui: Drop note on naming of SpiceQueryMouseMode Markus Armbruster
2024-07-17 10:49 ` [PULL 07/14] docs/qapidoc: factor out do_parse() Markus Armbruster
2024-07-17 10:49 ` [PULL 08/14] docs/qapidoc: create qmp-example directive Markus Armbruster
2024-07-17 10:49 ` [PULL 09/14] docs/qapidoc: add QMP highlighting to annotated qmp-example blocks Markus Armbruster
2024-07-17 10:49 ` [PULL 10/14] docs/sphinx: add CSS styling for qmp-example directive Markus Armbruster
2024-07-17 10:49 ` [PULL 11/14] qapi: convert "Example" sections without titles Markus Armbruster
2024-07-17 10:49 ` [PULL 12/14] qapi: convert "Example" sections with titles Markus Armbruster
2024-07-17 10:49 ` [PULL 13/14] qapi: convert "Example" sections with longer prose Markus Armbruster
2024-07-17 10:49 ` [PULL 14/14] qapi: remove "Example" doc section Markus Armbruster
2024-07-18 11:22 ` [PULL 00/14] QAPI patches patches for 2024-07-17 Richard Henderson

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