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

Markus Armbruster posted 14 patches 1 month, 3 weeks ago
Failed in applying to current master (apply log)
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Jason Wang <jasowang@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Jiri Pirko <jiri@resnulli.us>, Stefan Berger <stefanb@linux.vnet.ibm.com>, Stefan Hajnoczi <stefanha@redhat.com>, Mads Ynddal <mads@ynddal.dk>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Lukas Straub <lukasstraub2@web.de>
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(-)
[PULL 00/14] QAPI patches patches for 2024-07-17
Posted by Markus Armbruster 1 month, 3 weeks ago
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
Re: [PULL 00/14] QAPI patches patches for 2024-07-17
Posted by Richard Henderson 1 month, 3 weeks ago
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~