mbox

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

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

Pull-request

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

Message

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

Comments

Peter Maydell Feb. 3, 2024, 4:27 p.m. UTC | #1
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