[PULL v2 0/5] QAPI patches patches for 2023-07-26

Markus Armbruster posted 5 patches 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230726125800.163430-1-armbru@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Juan Quintela <quintela@redhat.com>, Peter Xu <peterx@redhat.com>, Leonardo Bras <leobras@redhat.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
qapi/block-core.json     | 85 +++++++++++++++++++++++-------------------------
qapi/block.json          | 12 +++----
qapi/cxl.json            |  4 +--
qapi/machine-target.json |  2 +-
qapi/migration.json      | 10 +++---
qapi/net.json            |  1 -
qapi/qdev.json           |  6 ++--
qapi/qom.json            |  9 ++---
qapi/trace.json          |  9 ++---
qapi/ui.json             |  2 +-
10 files changed, 66 insertions(+), 74 deletions(-)
[PULL v2 0/5] QAPI patches patches for 2023-07-26
Posted by Markus Armbruster 9 months, 2 weeks ago
The following changes since commit 6cb2011fedf8c4e7b66b4a3abd6b42c1bae99ce6:

  Update version for v8.1.0-rc1 release (2023-07-25 20:09:05 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2023-07-26-v2

for you to fetch changes up to 9e272073e1c41acb3ba1e43b69c7a3f9c26089c2:

  qapi: Reformat recent doc comments to conform to current conventions (2023-07-26 14:51:36 +0200)

----------------------------------------------------------------
QAPI patches patches for 2023-07-26

----------------------------------------------------------------
The patches affect only documentation.  Generated code does not change.

Markus Armbruster (5):
      qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation
      qapi/block: Tidy up block-latency-histogram-set documentation
      qapi/qdev: Tidy up device_add documentation
      qapi/trace: Tidy up trace-event-get-state, -set-state documentation
      qapi: Reformat recent doc comments to conform to current conventions

 qapi/block-core.json     | 85 +++++++++++++++++++++++-------------------------
 qapi/block.json          | 12 +++----
 qapi/cxl.json            |  4 +--
 qapi/machine-target.json |  2 +-
 qapi/migration.json      | 10 +++---
 qapi/net.json            |  1 -
 qapi/qdev.json           |  6 ++--
 qapi/qom.json            |  9 ++---
 qapi/trace.json          |  9 ++---
 qapi/ui.json             |  2 +-
 10 files changed, 66 insertions(+), 74 deletions(-)

-- 
2.41.0
Re: [PULL v2 0/5] QAPI patches patches for 2023-07-26
Posted by Richard Henderson 9 months, 2 weeks ago
On 7/26/23 05:57, Markus Armbruster wrote:
> The following changes since commit 6cb2011fedf8c4e7b66b4a3abd6b42c1bae99ce6:
> 
>    Update version for v8.1.0-rc1 release (2023-07-25 20:09:05 +0100)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git  tags/pull-qapi-2023-07-26-v2
> 
> for you to fetch changes up to 9e272073e1c41acb3ba1e43b69c7a3f9c26089c2:
> 
>    qapi: Reformat recent doc comments to conform to current conventions (2023-07-26 14:51:36 +0200)
> 
> ----------------------------------------------------------------
> QAPI patches patches for 2023-07-26
> 
> ----------------------------------------------------------------
> The patches affect only documentation.  Generated code does not change.
> 
> Markus Armbruster (5):
>        qapi/block-core: Tidy up BlockLatencyHistogramInfo documentation
>        qapi/block: Tidy up block-latency-histogram-set documentation
>        qapi/qdev: Tidy up device_add documentation
>        qapi/trace: Tidy up trace-event-get-state, -set-state documentation
>        qapi: Reformat recent doc comments to conform to current conventions

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


r~