[Qemu-devel] [PULL 0/4] Miscellaneous patches for 2019-03-26

Markus Armbruster posted 4 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190326071233.1947-1-armbru@redhat.com
Maintainers: Paul Durrant <paul.durrant@citrix.com>, Anthony Perard <anthony.perard@citrix.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <mdroth@linux.vnet.ibm.com>, Stefano Stabellini <sstabellini@kernel.org>
hw/block/xen-block.c | 4 ++--
qapi/qmp-dispatch.c  | 2 +-
qobject/json-lexer.c | 2 +-
util/error.c         | 4 ----
4 files changed, 4 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/4] Miscellaneous patches for 2019-03-26
Posted by Markus Armbruster 5 years, 1 month ago
The following changes since commit d132baa05ed7a647067c807fd452ec794cc2ecb7:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2019-03-25 17:01:10 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-03-26

for you to fetch changes up to 413aeacd4b33f341472c153b18eeb5ff3a70239a:

  qapi/qmp-dispatch: fix return value in do_qmp_dispatch (2019-03-26 08:10:11 +0100)

----------------------------------------------------------------
Miscellaneous patches for 2019-03-26

----------------------------------------------------------------
Liam Merwick (1):
      json: Fix off-by-one assert check in next_state()

Markus Armbruster (1):
      xen-block: Replace qdict_put_obj() by qdict_put() where appropriate

Philippe Mathieu-Daudé (1):
      util/error: Remove an unnecessary NULL check

Vladimir Sementsov-Ogievskiy (1):
      qapi/qmp-dispatch: fix return value in do_qmp_dispatch

 hw/block/xen-block.c | 4 ++--
 qapi/qmp-dispatch.c  | 2 +-
 qobject/json-lexer.c | 2 +-
 util/error.c         | 4 ----
 4 files changed, 4 insertions(+), 8 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/4] Miscellaneous patches for 2019-03-26
Posted by Peter Maydell 5 years, 1 month ago
On Tue, 26 Mar 2019 at 07:16, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit d132baa05ed7a647067c807fd452ec794cc2ecb7:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2019-03-25 17:01:10 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-03-26
>
> for you to fetch changes up to 413aeacd4b33f341472c153b18eeb5ff3a70239a:
>
>   qapi/qmp-dispatch: fix return value in do_qmp_dispatch (2019-03-26 08:10:11 +0100)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2019-03-26
>
> ----------------------------------------------------------------
> Liam Merwick (1):
>       json: Fix off-by-one assert check in next_state()
>
> Markus Armbruster (1):
>       xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
>
> Philippe Mathieu-Daudé (1):
>       util/error: Remove an unnecessary NULL check
>
> Vladimir Sementsov-Ogievskiy (1):
>       qapi/qmp-dispatch: fix return value in do_qmp_dispatch
>
Applied, thanks.

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

-- PMM