mbox

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

Message ID 20190326071233.1947-1-armbru@redhat.com
State New
Headers show

Pull-request

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

Message

Markus Armbruster March 26, 2019, 7:12 a.m. UTC
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(-)

Comments

Peter Maydell March 26, 2019, 9:56 a.m. UTC | #1
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