[PULL 00/10] QAPI patches patches for 2024-10-02

Markus Armbruster posted 10 patches 1 month, 3 weeks ago
qapi/block-core.json | 12 +++++-------
qapi/char.json       | 44 ++++++++++++++++++++++++++++----------------
qapi/common.json     | 14 +++++++++++++-
qapi/crypto.json     |  4 ++++
qapi/cryptodev.json  | 10 ++++++++++
qapi/cxl.json        |  3 +++
qapi/introspect.json | 16 ++++++++++++++++
qapi/pci.json        |  2 ++
qapi/pragma.json     | 11 +----------
qapi/rocker.json     |  4 ++++
10 files changed, 86 insertions(+), 34 deletions(-)
[PULL 00/10] QAPI patches patches for 2024-10-02
Posted by Markus Armbruster 1 month, 3 weeks ago
The following changes since commit 718780d20470c66a3a36d036b29148d5809dc855:

  Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into staging (2024-10-01 11:34:07 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-10-02

for you to fetch changes up to b3bd7617dbae8e5f84c27a1ab8df89cba371a276:

  qapi/block-core: Drop drive-backup's "Any other error" documentation (2024-10-02 09:10:01 +0200)

----------------------------------------------------------------
QAPI patches patches for 2024-10-02

----------------------------------------------------------------
Markus Armbruster (9):
      qapi/char: Supply missing member documentation
      qapi/common: Supply missing member documentation
      qapi/crypto: Supply missing member documentation
      qapi/introspect: Supply missing member documentation
      qapi/pci: Supply missing member documentation
      qapi/rocker: Supply missing member documentation
      qapi/cxl: Supply missing member documentation
      qapi: Drop "with an explanation" from error descriptions
      qapi/block-core: Drop drive-backup's "Any other error" documentation

Zhenwei Pi (1):
      qapi: Document QCryptodevBackendServiceType

 qapi/block-core.json | 12 +++++-------
 qapi/char.json       | 44 ++++++++++++++++++++++++++++----------------
 qapi/common.json     | 14 +++++++++++++-
 qapi/crypto.json     |  4 ++++
 qapi/cryptodev.json  | 10 ++++++++++
 qapi/cxl.json        |  3 +++
 qapi/introspect.json | 16 ++++++++++++++++
 qapi/pci.json        |  2 ++
 qapi/pragma.json     | 11 +----------
 qapi/rocker.json     |  4 ++++
 10 files changed, 86 insertions(+), 34 deletions(-)

-- 
2.46.0
Re: [PULL 00/10] QAPI patches patches for 2024-10-02
Posted by Peter Maydell 1 month, 3 weeks ago
On Wed, 2 Oct 2024 at 08:44, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 718780d20470c66a3a36d036b29148d5809dc855:
>
>   Merge tag 'pull-nvme-20241001' of https://gitlab.com/birkelund/qemu into staging (2024-10-01 11:34:07 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-10-02
>
> for you to fetch changes up to b3bd7617dbae8e5f84c27a1ab8df89cba371a276:
>
>   qapi/block-core: Drop drive-backup's "Any other error" documentation (2024-10-02 09:10:01 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2024-10-02
>


Applied, thanks.

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

-- PMM