[PULL 0/5] QAPI patches patches for 2024-02-03

Markus Armbruster posted 5 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240203083415.2937003-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>, Michael Roth <michael.roth@amd.com>, Konstantin Kostiuk <kkostiuk@redhat.com>
qapi/block-core.json   |  6 ++----
qapi/block-export.json | 11 ++++++-----
qapi/introspect.json   |  2 --
qapi/misc-target.json  |  2 --
qga/qapi-schema.json   | 18 +++++++++---------
5 files changed, 17 insertions(+), 22 deletions(-)
[PULL 0/5] QAPI patches patches for 2024-02-03
Posted by Markus Armbruster 9 months, 3 weeks ago
The following changes since commit 29b008927ef6e3fbb70e6607b25d3fcae26a5190:

  Merge tag 'pull-nic-config-2-20240202' of git://git.infradead.org/users/dwmw2/qemu into staging (2024-02-02 16:47:36 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 3424ed6caf9759eb57405d965537fd5f3d70026b:

  qga/qapi-schema: Move command description right after command name (2024-02-03 09:20:33 +0100)

----------------------------------------------------------------
QAPI patches patches for 2024-02-03

----------------------------------------------------------------
Markus Armbruster (5):
      qapi: Drop redundant documentation of inherited members
      qapi: Drop redundant documentation of conditional
      qapi: Elide "Potential additional modes" from generated docs
      qga: Move type description right after type name
      qga/qapi-schema: Move command description right after command name

 qapi/block-core.json   |  6 ++----
 qapi/block-export.json | 11 ++++++-----
 qapi/introspect.json   |  2 --
 qapi/misc-target.json  |  2 --
 qga/qapi-schema.json   | 18 +++++++++---------
 5 files changed, 17 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PULL 0/5] QAPI patches patches for 2024-02-03
Posted by Peter Maydell 9 months, 3 weeks ago
On Sat, 3 Feb 2024 at 08:34, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 29b008927ef6e3fbb70e6607b25d3fcae26a5190:
>
>   Merge tag 'pull-nic-config-2-20240202' of git://git.infradead.org/users/dwmw2/qemu into staging (2024-02-02 16:47:36 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/armbru.git tags/pull-qapi-2024-02-03
>
> for you to fetch changes up to 3424ed6caf9759eb57405d965537fd5f3d70026b:
>
>   qga/qapi-schema: Move command description right after command name (2024-02-03 09:20:33 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2024-02-03
>
> ----------------------------------------------------------------
> Markus Armbruster (5):
>       qapi: Drop redundant documentation of inherited members
>       qapi: Drop redundant documentation of conditional
>       qapi: Elide "Potential additional modes" from generated docs
>       qga: Move type description right after type name
>       qga/qapi-schema: Move command description right after command name


Applied, thanks.

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

-- PMM