[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/20] QAPI patches patches for 2024-03-26
From: |
Markus Armbruster |
Subject: |
[PULL 00/20] QAPI patches patches for 2024-03-26 |
Date: |
Tue, 26 Mar 2024 08:34:00 +0100 |
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
- [PULL 00/20] QAPI patches patches for 2024-03-26,
Markus Armbruster <=
- [PULL 01/20] qapi: Improve migration TLS documentation, Markus Armbruster, 2024/03/26
- [PULL 03/20] qapi: Fix bogus documentation of query-migrationthreads, Markus Armbruster, 2024/03/26
- [PULL 02/20] qapi: Resync MigrationParameter and MigrateSetParameters, Markus Armbruster, 2024/03/26
- [PULL 11/20] qapi: Start sentences with a capital letter, end them with a period, Markus Armbruster, 2024/03/26
- [PULL 10/20] qapi: Fix abbreviation punctuation in doc comments, Markus Armbruster, 2024/03/26
- [PULL 05/20] qapi: Expand a few awkward abbreviations in documentation, Markus Armbruster, 2024/03/26
- [PULL 06/20] qapi: Tidy up block-latency-histogram-set documentation some more, Markus Armbruster, 2024/03/26
- [PULL 08/20] qapi: Fix argument markup in drive-mirror documentation, Markus Armbruster, 2024/03/26
- [PULL 09/20] qapi: Fix typo in request-ebpf documentation, Markus Armbruster, 2024/03/26
- [PULL 16/20] qapi: document InputMultiTouchType, Markus Armbruster, 2024/03/26