[Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-08-15

Markus Armbruster posted 5 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180815071308.11777-1-armbru@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
monitor.c                      |  2 ++
scripts/qapi/common.py         | 15 +++++++++------
scripts/qapi/visit.py          |  2 +-
scripts/qmp/qmp-shell          |  3 ++-
tests/check-block-qdict.c      |  1 +
tests/qapi-schema/test-qapi.py | 13 +++++++------
tests/test-qmp-cmds.c          | 10 +++++-----
7 files changed, 27 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-08-15
Posted by Markus Armbruster 7 years, 2 months ago
The following changes since commit 38441756b70eec5807b5f60dad11a93a91199866:

  Update version for v3.0.0 release (2018-08-14 16:38:43 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-08-15

for you to fetch changes up to cb9ec42f33c07cd07d2e2971422bf7636c761202:

  monitor: fix oob command leak (2018-08-15 08:12:57 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2018-08-15

----------------------------------------------------------------
Marc-André Lureau (4):
      qmp-shell: learn to send commands with quoted arguments
      tests: change /0.15/* tests to /qmp/*
      tests: fix crumple/recursive leak
      monitor: fix oob command leak

Markus Armbruster (1):
      qapi: Fix some pycodestyle-3 complaints

 monitor.c                      |  2 ++
 scripts/qapi/common.py         | 15 +++++++++------
 scripts/qapi/visit.py          |  2 +-
 scripts/qmp/qmp-shell          |  3 ++-
 tests/check-block-qdict.c      |  1 +
 tests/qapi-schema/test-qapi.py | 13 +++++++------
 tests/test-qmp-cmds.c          | 10 +++++-----
 7 files changed, 27 insertions(+), 19 deletions(-)

-- 
2.17.1

Re: [Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-08-15
Posted by Peter Maydell 7 years, 2 months ago
On 15 August 2018 at 08:13, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 38441756b70eec5807b5f60dad11a93a91199866:
>
>   Update version for v3.0.0 release (2018-08-14 16:38:43 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-08-15
>
> for you to fetch changes up to cb9ec42f33c07cd07d2e2971422bf7636c761202:
>
>   monitor: fix oob command leak (2018-08-15 08:12:57 +0200)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2018-08-15
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM