[Qemu-devel] [PULL 0/3] QAPI patches for 2017-07-12

Markus Armbruster posted 3 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1499875776-12688-1-git-send-email-armbru@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
monitor.c                        |  2 +-
qemu-img.c                       |  2 +-
scripts/coccinelle/qobject.cocci |  6 ++++++
scripts/qapi-commands.py         |  8 ++++----
scripts/qapi-event.py            | 12 ++++++------
scripts/qapi.py                  |  2 +-
6 files changed, 19 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/3] QAPI patches for 2017-07-12
Posted by Markus Armbruster 6 years, 9 months ago
The following changes since commit aa916e409c04cb614ec2fee8b6b33836bf5998bb:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' into staging (2017-07-11 16:34:09 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-07-12

for you to fetch changes up to 086ee7a6200fa5ad795b12110b5b3d5a93dcac3e:

  scripts: use build_ prefix for string not piped through cgen() (2017-07-12 17:51:54 +0200)

----------------------------------------------------------------
QAPI patches for 2017-07-12

----------------------------------------------------------------
Eric Blake (2):
      qobject: Catch another straggler for use of qdict_put_str()
      qobject: Update coccinelle script to catch Q{INC, DEC}REF

Marc-André Lureau (1):
      scripts: use build_ prefix for string not piped through cgen()

 monitor.c                        |  2 +-
 qemu-img.c                       |  2 +-
 scripts/coccinelle/qobject.cocci |  6 ++++++
 scripts/qapi-commands.py         |  8 ++++----
 scripts/qapi-event.py            | 12 ++++++------
 scripts/qapi.py                  |  2 +-
 6 files changed, 19 insertions(+), 13 deletions(-)

-- 
2.7.5


Re: [Qemu-devel] [PULL 0/3] QAPI patches for 2017-07-12
Posted by Peter Maydell 6 years, 9 months ago
On 12 July 2017 at 17:09, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit aa916e409c04cb614ec2fee8b6b33836bf5998bb:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' into staging (2017-07-11 16:34:09 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2017-07-12
>
> for you to fetch changes up to 086ee7a6200fa5ad795b12110b5b3d5a93dcac3e:
>
>   scripts: use build_ prefix for string not piped through cgen() (2017-07-12 17:51:54 +0200)
>
> ----------------------------------------------------------------
> QAPI patches for 2017-07-12
>
> ----------------------------------------------------------------
> Eric Blake (2):
>       qobject: Catch another straggler for use of qdict_put_str()
>       qobject: Update coccinelle script to catch Q{INC, DEC}REF
>
> Marc-André Lureau (1):
>       scripts: use build_ prefix for string not piped through cgen()
>

Applied, thanks.

-- PMM