[PULL 0/8] QAPI patches patches for 2020-09-03

Markus Armbruster posted 8 patches 5 years, 2 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200903082344.1877175-1-armbru@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, Markus Armbruster <armbru@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Eric Blake <eblake@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
docs/devel/qapi-code-gen.txt       |   2 +
docs/interop/qmp-spec.txt          |   9 ++--
docs/qdev-device-use.txt           |  34 +++++++++++-
qapi/block-core.json               |   4 +-
qapi/char.json                     |   2 +
include/crypto/block.h             |   2 -
tests/test-qobject-input-visitor.c |  23 +++-----
scripts/qapi/types.py              |   1 +
scripts/qmp/qom-fuse               | 107 ++++++++++++++++++++-----------------
9 files changed, 108 insertions(+), 76 deletions(-)
[PULL 0/8] QAPI patches patches for 2020-09-03
Posted by Markus Armbruster 5 years, 2 months ago
The following changes since commit ed215cec0fcaeaece064b0fdf37fe3bceb06d76c:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2020-09-02 15:26:38 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 923fbd4cbd485dc72e9f2578cd891607ec43ac70:

  docs/qdev-device-use: Don't suggest -drive and -net can do USB (2020-09-03 09:58:39 +0200)

----------------------------------------------------------------
QAPI patches patches for 2020-09-03

----------------------------------------------------------------
Daniel P. Berrangé (1):
      qapi: enable use of g_autoptr with QAPI types

Kashyap Chamarthy (1):
      qapi/block-core.json: Remove stale description of 'blockdev-add'

Markus Armbruster (6):
      scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol
      scripts/qmp/qom-fuse: Port to current Python module fuse
      scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
      docs/interop/qmp-spec: Point to the QEMU QMP reference manual
      qapi: Document event VSERPORT_CHANGE is rate-limited
      docs/qdev-device-use: Don't suggest -drive and -net can do USB

 docs/devel/qapi-code-gen.txt       |   2 +
 docs/interop/qmp-spec.txt          |   9 ++--
 docs/qdev-device-use.txt           |  34 +++++++++++-
 qapi/block-core.json               |   4 +-
 qapi/char.json                     |   2 +
 include/crypto/block.h             |   2 -
 tests/test-qobject-input-visitor.c |  23 +++-----
 scripts/qapi/types.py              |   1 +
 scripts/qmp/qom-fuse               | 107 ++++++++++++++++++++-----------------
 9 files changed, 108 insertions(+), 76 deletions(-)

-- 
2.26.2


Re: [PULL 0/8] QAPI patches patches for 2020-09-03
Posted by Peter Maydell 5 years, 2 months ago
On Thu, 3 Sep 2020 at 09:23, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit ed215cec0fcaeaece064b0fdf37fe3bceb06d76c:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2020-09-02 15:26:38 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-09-03
>
> for you to fetch changes up to 923fbd4cbd485dc72e9f2578cd891607ec43ac70:
>
>   docs/qdev-device-use: Don't suggest -drive and -net can do USB (2020-09-03 09:58:39 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-09-03
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM