[PULL 00/20] QAPI patches patches for 2024-03-26

Markus Armbruster posted 20 patches 1 month, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, "Marc-André Lureau" <marcandre.lureau@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>, Paolo Bonzini <pbonzini@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
qapi/block-core.json     |  71 ++++++++-----
qapi/block.json          |  14 +--
qapi/control.json        |   2 -
qapi/crypto.json         |  12 +--
qapi/cxl.json            |   4 +-
qapi/dump.json           |  18 ++--
qapi/ebpf.json           |  14 ++-
qapi/machine-target.json |  68 ++++++++-----
qapi/machine.json        |  18 ++--
qapi/migration.json      | 253 ++++++++++++++++++++++++-----------------------
qapi/misc.json           |   8 +-
qapi/net.json            |  27 ++---
qapi/pragma.json         |  13 +--
qapi/qom.json            |  38 +++----
qapi/replay.json         |   4 +-
qapi/run-state.json      |  45 ++++++---
qapi/sockets.json        |   3 +-
qapi/stats.json          |  14 ++-
qapi/ui.json             |  28 ++++--
qapi/virtio.json         |  20 ++--
qga/qapi-schema.json     |  29 +++---
21 files changed, 389 insertions(+), 314 deletions(-)
[PULL 00/20] QAPI patches patches for 2024-03-26
Posted by Markus Armbruster 1 month, 1 week ago
This pull request does not touch code, only QAPI schema documentation
comments and error-suppressing QAPI schema pragma
documentation-exceptions.

The following changes since commit 6a4180af9686830d88c387baab6d79563ce42a15:

  Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into staging (2024-03-25 14:19:42 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-03-26

for you to fetch changes up to 1a533ce986f52c35f324f5f4fff22cdc2619a47c:

  qapi: document parameters of query-cpu-model-* QAPI commands (2024-03-26 06:36:08 +0100)

----------------------------------------------------------------
QAPI patches patches for 2024-03-26

----------------------------------------------------------------
David Hildenbrand (1):
      qapi: document parameters of query-cpu-model-* QAPI commands

Marc-André Lureau (1):
      qapi: document InputMultiTouchType

Markus Armbruster (15):
      qapi: Improve migration TLS documentation
      qapi: Resync MigrationParameter and MigrateSetParameters
      qapi: Fix bogus documentation of query-migrationthreads
      qapi: Drop stray Arguments: line from qmp_capabilities docs
      qapi: Expand a few awkward abbreviations in documentation
      qapi: Tidy up block-latency-histogram-set documentation some more
      qapi: Tidy up indentation of add_client's example
      qapi: Fix argument markup in drive-mirror documentation
      qapi: Fix typo in request-ebpf documentation
      qapi: Fix abbreviation punctuation in doc comments
      qapi: Start sentences with a capital letter, end them with a period
      qapi: Don't repeat member type in its documentation text
      qapi: Refill doc comments to conform to current conventions
      qapi: Correct documentation indentation and whitespace
      qga/qapi-schema: Refill doc comments to conform to current conventions

Paolo Bonzini (2):
      qapi: document leftover members in qapi/run-state.json
      qapi: document leftover members in qapi/stats.json

Vladimir Sementsov-Ogievskiy (1):
      qapi/block-core: improve Qcow2OverlapCheckFlags documentation

 qapi/block-core.json     |  71 ++++++++-----
 qapi/block.json          |  14 +--
 qapi/control.json        |   2 -
 qapi/crypto.json         |  12 +--
 qapi/cxl.json            |   4 +-
 qapi/dump.json           |  18 ++--
 qapi/ebpf.json           |  14 ++-
 qapi/machine-target.json |  68 ++++++++-----
 qapi/machine.json        |  18 ++--
 qapi/migration.json      | 253 ++++++++++++++++++++++++-----------------------
 qapi/misc.json           |   8 +-
 qapi/net.json            |  27 ++---
 qapi/pragma.json         |  13 +--
 qapi/qom.json            |  38 +++----
 qapi/replay.json         |   4 +-
 qapi/run-state.json      |  45 ++++++---
 qapi/sockets.json        |   3 +-
 qapi/stats.json          |  14 ++-
 qapi/ui.json             |  28 ++++--
 qapi/virtio.json         |  20 ++--
 qga/qapi-schema.json     |  29 +++---
 21 files changed, 389 insertions(+), 314 deletions(-)

-- 
2.44.0


Re: [PULL 00/20] QAPI patches patches for 2024-03-26
Posted by Peter Maydell 1 month, 1 week ago
On Tue, 26 Mar 2024 at 07:34, Markus Armbruster <armbru@redhat.com> wrote:
>
> This pull request does not touch code, only QAPI schema documentation
> comments and error-suppressing QAPI schema pragma
> documentation-exceptions.
>
> The following changes since commit 6a4180af9686830d88c387baab6d79563ce42a15:
>
>   Merge tag 'pull-request-2024-03-25' of https://gitlab.com/thuth/qemu into staging (2024-03-25 14:19:42 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-03-26
>
> for you to fetch changes up to 1a533ce986f52c35f324f5f4fff22cdc2619a47c:
>
>   qapi: document parameters of query-cpu-model-* QAPI commands (2024-03-26 06:36:08 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2024-03-26
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM