[PULL 0/1] QAPI patches for 2020-04-07

Markus Armbruster posted 1 patch 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200407114523.27583-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>
qobject/json-streamer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] QAPI patches for 2020-04-07
Posted by Markus Armbruster 4 years ago
The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406' into staging (2020-04-06 12:36:45 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-04-07

for you to fetch changes up to 1394dc0690e7a1514bd6594322d5a2105e881769:

  json: Fix check for unbalanced right curly brace (2020-04-07 13:10:11 +0200)

----------------------------------------------------------------
QAPI patches for 2020-04-07

----------------------------------------------------------------
Simran Singhal (1):
      json: Fix check for unbalanced right curly brace

 qobject/json-streamer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.21.1


Re: [PULL 0/1] QAPI patches for 2020-04-07
Posted by Peter Maydell 4 years ago
On Tue, 7 Apr 2020 at 12:46, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200406' into staging (2020-04-06 12:36:45 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-04-07
>
> for you to fetch changes up to 1394dc0690e7a1514bd6594322d5a2105e881769:
>
>   json: Fix check for unbalanced right curly brace (2020-04-07 13:10:11 +0200)
>
> ----------------------------------------------------------------
> QAPI patches for 2020-04-07
>
> ----------------------------------------------------------------
> Simran Singhal (1):
>       json: Fix check for unbalanced right curly brace
>


Applied, thanks.

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

-- PMM