[PULL 0/1] QObject patches patches for 2020-11-17

Markus Armbruster posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201117145739.3314926-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>
qobject/json-parser.c | 12 ++++++------
tests/check-qjson.c   |  9 +++++++++
2 files changed, 15 insertions(+), 6 deletions(-)
[PULL 0/1] QObject patches patches for 2020-11-17
Posted by Markus Armbruster 3 years, 5 months ago
The following changes since commit 1c7ab0930a3e02e6e54722c20b6b586364f387a7:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-11-17 11:50:11 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qobject-2020-11-17

for you to fetch changes up to 922d42bb0d08c154602dd9112da00d22d2b46579:

  json: Fix a memleak in parse_pair() (2020-11-17 15:39:53 +0100)

----------------------------------------------------------------
QObject patches patches for 2020-11-17

----------------------------------------------------------------
Alex Chen (1):
      json: Fix a memleak in parse_pair()

 qobject/json-parser.c | 12 ++++++------
 tests/check-qjson.c   |  9 +++++++++
 2 files changed, 15 insertions(+), 6 deletions(-)

-- 
2.26.2


Re: [PULL 0/1] QObject patches patches for 2020-11-17
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 17 Nov 2020 at 14:57, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 1c7ab0930a3e02e6e54722c20b6b586364f387a7:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2020-11-17 11:50:11 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qobject-2020-11-17
>
> for you to fetch changes up to 922d42bb0d08c154602dd9112da00d22d2b46579:
>
>   json: Fix a memleak in parse_pair() (2020-11-17 15:39:53 +0100)
>
> ----------------------------------------------------------------
> QObject patches patches for 2020-11-17
>


Applied, thanks.

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

-- PMM