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

Markus Armbruster posted 1 patch 5 years, 3 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200721130709.1242662-1-armbru@redhat.com
Maintainers: Michael Roth <mdroth@linux.vnet.ibm.com>, Markus Armbruster <armbru@redhat.com>
scripts/qapi/visit.py | 1 +
1 file changed, 1 insertion(+)
[PULL 0/1] QAPI patches patches for 2020-07-21
Posted by Markus Armbruster 5 years, 3 months ago
The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 15:58:07 +0100)

are available in the Git repository at:

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

for you to fetch changes up to cbf97d5b799f4bc47b9e825100d1a98d3cf77c80:

  qapi: Fix visit_type_STRUCT() not to fail for null object (2020-07-21 14:38:23 +0200)

----------------------------------------------------------------
QAPI patches patches for 2020-07-21

----------------------------------------------------------------
Markus Armbruster (1):
      qapi: Fix visit_type_STRUCT() not to fail for null object

 scripts/qapi/visit.py | 1 +
 1 file changed, 1 insertion(+)

-- 
2.26.2


Re: [PULL 0/1] QAPI patches patches for 2020-07-21
Posted by Peter Maydell 5 years, 3 months ago
On Tue, 21 Jul 2020 at 14:07, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit af3d69058e09bede9900f266a618ed11f76f49f3:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging (2020-07-20 15:58:07 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-07-21
>
> for you to fetch changes up to cbf97d5b799f4bc47b9e825100d1a98d3cf77c80:
>
>   qapi: Fix visit_type_STRUCT() not to fail for null object (2020-07-21 14:38:23 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-07-21
>


Applied, thanks.

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

-- PMM