[Qemu-devel] [PULL 0/4] QAPI patches for 2019-01-24

Markus Armbruster posted 4 patches 6 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190124143825.25921-1-armbru@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>, Markus Armbruster <armbru@redhat.com>
docs/devel/qapi-code-gen.txt | 12 +++---------
include/qapi/qmp-event.h     |  6 ------
monitor.c                    |  4 +---
qapi/misc.json               | 36 ++++++++++++++++++++++++++++++++++++
qapi/qmp-event.c             | 12 ------------
qobject/json-parser.c        | 10 ++++++----
scripts/qapi/events.py       | 24 ++++++++++++++----------
stubs/monitor.c              |  5 +++++
tests/Makefile.include       |  4 ++--
tests/check-qjson.c          |  5 +++++
tests/test-qmp-event.c       |  6 +-----
11 files changed, 73 insertions(+), 51 deletions(-)
[Qemu-devel] [PULL 0/4] QAPI patches for 2019-01-24
Posted by Markus Armbruster 6 years, 9 months ago
The following changes since commit f6b06fcceef465de0cf2514c9f76fe0192896781:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into staging (2019-01-23 17:57:47 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2019-01-24

for you to fetch changes up to bbc0586ced6e9ffdfd29d89fcc917b3d90ac3938:

  json: Fix % handling when not interpolating (2019-01-24 15:20:59 +0100)

----------------------------------------------------------------
QAPI patches for 2019-01-24

----------------------------------------------------------------
Christophe Fergeau (1):
      json: Fix % handling when not interpolating

Markus Armbruster (2):
      qapi: Belatedly update docs for commit 9c2f56e9f9d
      qapi: Eliminate indirection through qmp_event_get_func_emit()

Wainer dos Santos Moschetta (1):
      qmp: Add examples to qom list, get, and set commands

 docs/devel/qapi-code-gen.txt | 12 +++---------
 include/qapi/qmp-event.h     |  6 ------
 monitor.c                    |  4 +---
 qapi/misc.json               | 36 ++++++++++++++++++++++++++++++++++++
 qapi/qmp-event.c             | 12 ------------
 qobject/json-parser.c        | 10 ++++++----
 scripts/qapi/events.py       | 24 ++++++++++++++----------
 stubs/monitor.c              |  5 +++++
 tests/Makefile.include       |  4 ++--
 tests/check-qjson.c          |  5 +++++
 tests/test-qmp-event.c       |  6 +-----
 11 files changed, 73 insertions(+), 51 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/4] QAPI patches for 2019-01-24
Posted by Peter Maydell 6 years, 9 months ago
On Thu, 24 Jan 2019 at 14:42, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit f6b06fcceef465de0cf2514c9f76fe0192896781:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190121-pull-request' into staging (2019-01-23 17:57:47 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2019-01-24
>
> for you to fetch changes up to bbc0586ced6e9ffdfd29d89fcc917b3d90ac3938:
>
>   json: Fix % handling when not interpolating (2019-01-24 15:20:59 +0100)
>
> ----------------------------------------------------------------
> QAPI patches for 2019-01-24
>
> ----------------------------------------------------------------
> Christophe Fergeau (1):
>       json: Fix % handling when not interpolating
>
> Markus Armbruster (2):
>       qapi: Belatedly update docs for commit 9c2f56e9f9d
>       qapi: Eliminate indirection through qmp_event_get_func_emit()
>
> Wainer dos Santos Moschetta (1):
>       qmp: Add examples to qom list, get, and set commands

Applied, thanks.

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

-- PMM