mbox

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

Message ID 20240326073420.738016-1-armbru@redhat.com
State New
Headers show

Pull-request

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

Message

Markus Armbruster March 26, 2024, 7:34 a.m. UTC
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(-)

Comments

Peter Maydell March 26, 2024, 12:41 p.m. UTC | #1
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