[PULL 00/12] QAPI patches for 2025-11-04

Markus Armbruster posted 12 patches 1 week, 4 days ago
Failed in applying to current master (apply log)
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Kashyap Chamarthy <kchamart@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Eric Blake <eblake@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Mauro Carvalho Chehab <mchehab+huawei@kernel.org>, Gerd Hoffmann <kraxel@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, John Snow <jsnow@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Jason Wang <jasowang@redhat.com>, Kostiantyn Kostiuk <kkostiuk@redhat.com>
docs/devel/qapi-code-gen.rst                       |  25 +-
docs/interop/firmware.json                         | 454 ++++++++++-----------
docs/interop/vhost-user.json                       |  59 ++-
docs/meson.build                                   |   9 +-
meson.build                                        |   3 +-
qapi/accelerator.json                              |   3 +-
qapi/acpi-hest.json                                |   5 +-
qapi/audio.json                                    |   4 +-
qapi/block-core.json                               | 158 +++----
qapi/block-export.json                             |  26 +-
qapi/char.json                                     |   1 -
qapi/crypto.json                                   |   8 +-
qapi/cxl.json                                      |   1 -
qapi/introspect.json                               |   8 +-
qapi/job.json                                      |  30 +-
qapi/machine-common.json                           |   4 +-
qapi/machine-s390x.json                            |   4 +-
qapi/machine.json                                  |  49 +--
qapi/migration.json                                | 126 +++---
qapi/misc-i386.json                                |   2 -
qapi/net.json                                      |  26 +-
qapi/qdev.json                                     |   4 +-
qapi/qom.json                                      |  47 +--
qapi/run-state.json                                |  20 +-
qapi/sockets.json                                  |  30 +-
qapi/stats.json                                    |   4 +-
qapi/ui.json                                       |  17 +-
qapi/virtio.json                                   |   6 +-
qga/qapi-schema.json                               |  96 ++---
scripts/qapi/commands.py                           |  44 +-
scripts/qapi/parser.py                             |  50 ++-
.../doc-bad-space-between-sentences.err            |   2 +
.../doc-bad-space-between-sentences.json           |   6 +
.../doc-bad-space-between-sentences.out            |   0
tests/qapi-schema/doc-long-line.err                |   1 +
tests/qapi-schema/doc-long-line.json               |   6 +
tests/qapi-schema/doc-long-line.out                |   0
tests/qapi-schema/meson.build                      |   2 +
38 files changed, 710 insertions(+), 630 deletions(-)
create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.err
create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.json
create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.out
create mode 100644 tests/qapi-schema/doc-long-line.err
create mode 100644 tests/qapi-schema/doc-long-line.json
create mode 100644 tests/qapi-schema/doc-long-line.out
[PULL 00/12] QAPI patches for 2025-11-04
Posted by Markus Armbruster 1 week, 4 days ago
The following changes since commit a8e63c013016f9ff981689189c5b063551d04559:

  Merge tag 'igvm-20251103--pull-request' of https://gitlab.com/kraxel/qemu into staging (2025-11-03 10:21:01 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-11-04

for you to fetch changes up to 8107ba47fd78bcf8c3206de42dbfb5ba8184d706:

  qapi: Add documentation format validation (2025-11-04 13:55:27 +0100)

----------------------------------------------------------------
QAPI patches for 2025-11-04

----------------------------------------------------------------
Markus Armbruster (11):
      qapi/command: Avoid generating unused qmp_marshal_output_T()
      meson: Add missing backends.py to qapi_gen_depends
      qapi/audio: Fix description markup of AudiodevDBusOptions @nsamples
      qapi: Refill doc comments to conform to conventions
      qapi: Clean up whitespace between definitions
      qga/qapi-schema: Refill doc comments to conform to conventions
      qga/qapi-schema: Clean up whitespace between definitions
      docs/interop: Refill QAPI doc comments to conform to conventions
      docs/interop/vhost-user: Belatedly convert "Example" section
      docs/interop/firmware: Literal block markup
      docs/interop: Add test to keep vhost-user.json sane

Vladimir Sementsov-Ogievskiy (1):
      qapi: Add documentation format validation

 docs/devel/qapi-code-gen.rst                       |  25 +-
 docs/interop/firmware.json                         | 454 ++++++++++-----------
 docs/interop/vhost-user.json                       |  59 ++-
 docs/meson.build                                   |   9 +-
 meson.build                                        |   3 +-
 qapi/accelerator.json                              |   3 +-
 qapi/acpi-hest.json                                |   5 +-
 qapi/audio.json                                    |   4 +-
 qapi/block-core.json                               | 158 +++----
 qapi/block-export.json                             |  26 +-
 qapi/char.json                                     |   1 -
 qapi/crypto.json                                   |   8 +-
 qapi/cxl.json                                      |   1 -
 qapi/introspect.json                               |   8 +-
 qapi/job.json                                      |  30 +-
 qapi/machine-common.json                           |   4 +-
 qapi/machine-s390x.json                            |   4 +-
 qapi/machine.json                                  |  49 +--
 qapi/migration.json                                | 126 +++---
 qapi/misc-i386.json                                |   2 -
 qapi/net.json                                      |  26 +-
 qapi/qdev.json                                     |   4 +-
 qapi/qom.json                                      |  47 +--
 qapi/run-state.json                                |  20 +-
 qapi/sockets.json                                  |  30 +-
 qapi/stats.json                                    |   4 +-
 qapi/ui.json                                       |  17 +-
 qapi/virtio.json                                   |   6 +-
 qga/qapi-schema.json                               |  96 ++---
 scripts/qapi/commands.py                           |  44 +-
 scripts/qapi/parser.py                             |  50 ++-
 .../doc-bad-space-between-sentences.err            |   2 +
 .../doc-bad-space-between-sentences.json           |   6 +
 .../doc-bad-space-between-sentences.out            |   0
 tests/qapi-schema/doc-long-line.err                |   1 +
 tests/qapi-schema/doc-long-line.json               |   6 +
 tests/qapi-schema/doc-long-line.out                |   0
 tests/qapi-schema/meson.build                      |   2 +
 38 files changed, 710 insertions(+), 630 deletions(-)
 create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.err
 create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.json
 create mode 100644 tests/qapi-schema/doc-bad-space-between-sentences.out
 create mode 100644 tests/qapi-schema/doc-long-line.err
 create mode 100644 tests/qapi-schema/doc-long-line.json
 create mode 100644 tests/qapi-schema/doc-long-line.out

-- 
2.49.0
Re: [PULL 00/12] QAPI patches for 2025-11-04
Posted by Richard Henderson 1 week, 3 days ago
On 11/4/25 14:21, Markus Armbruster wrote:
> The following changes since commit a8e63c013016f9ff981689189c5b063551d04559:
> 
>    Merge tag 'igvm-20251103--pull-request' ofhttps://gitlab.com/kraxel/qemu into staging (2025-11-03 10:21:01 +0100)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2025-11-04
> 
> for you to fetch changes up to 8107ba47fd78bcf8c3206de42dbfb5ba8184d706:
> 
>    qapi: Add documentation format validation (2025-11-04 13:55:27 +0100)
> 
> ----------------------------------------------------------------
> QAPI patches for 2025-11-04


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.

r~