[PULL 0/5] QAPI patches patches for 2020-11-09

Markus Armbruster posted 5 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201109090220.825764-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>
docs/devel/qapi-code-gen.txt |  6 ++++--
qapi/audio.json              |  4 ++++
qapi/authz.json              |  6 ++++--
qapi/block-core.json         | 47 ++++++++++++--------------------------------
MAINTAINERS                  |  6 ++++++
5 files changed, 31 insertions(+), 38 deletions(-)
[PULL 0/5] QAPI patches patches for 2020-11-09
Posted by Markus Armbruster 3 years, 5 months ago
The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-11-09

for you to fetch changes up to 143d51e1792ecf2c8e5b0fc3a8c6022676c723d4:

  block: Remove unused BlockDeviceMapEntry (2020-11-09 09:14:21 +0100)

----------------------------------------------------------------
QAPI patches patches for 2020-11-09

----------------------------------------------------------------
Markus Armbruster (4):
      docs/devel/qapi-code-gen: Fix up examples
      MAINTAINERS: Add QAPI schema modules to their subsystems
      qapi: Fix missing headers in QMP Reference Manual
      block: Remove unused BlockDeviceMapEntry

Max Reitz (1):
      qapi/block-core: Improve MapEntry documentation

 docs/devel/qapi-code-gen.txt |  6 ++++--
 qapi/audio.json              |  4 ++++
 qapi/authz.json              |  6 ++++--
 qapi/block-core.json         | 47 ++++++++++++--------------------------------
 MAINTAINERS                  |  6 ++++++
 5 files changed, 31 insertions(+), 38 deletions(-)

-- 
2.26.2


Re: [PULL 0/5] QAPI patches patches for 2020-11-09
Posted by Peter Maydell 3 years, 5 months ago
On Mon, 9 Nov 2020 at 09:02, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 3493c36f0371777c62d1d72b205b0eb6117e2156:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201106' into staging (2020-11-06 13:43:28 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-11-09
>
> for you to fetch changes up to 143d51e1792ecf2c8e5b0fc3a8c6022676c723d4:
>
>   block: Remove unused BlockDeviceMapEntry (2020-11-09 09:14:21 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-11-09
>
> ----------------------------------------------------------------
> Markus Armbruster (4):
>       docs/devel/qapi-code-gen: Fix up examples
>       MAINTAINERS: Add QAPI schema modules to their subsystems
>       qapi: Fix missing headers in QMP Reference Manual
>       block: Remove unused BlockDeviceMapEntry
>
> Max Reitz (1):
>       qapi/block-core: Improve MapEntry documentation


Applied, thanks.

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

-- PMM