[PULL 0/1] vmstate-static-checker fix for 4.2

Eduardo Habkost posted 1 patch 4 years, 5 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191125225333.322163-1-ehabkost@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Cleber Rosa <crosa@redhat.com>, Juan Quintela <quintela@redhat.com>
scripts/vmstate-static-checker.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[PULL 0/1] vmstate-static-checker fix for 4.2
Posted by Eduardo Habkost 4 years, 5 months ago
The following changes since commit 65e05c82bdc6d348155e301c9d87dba7a08a5701:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-11-25 15:47:44 +0000)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/python-next-pull-request

for you to fetch changes up to e8d0ac5801edda91412e52fb82f291eed5171c2c:

  vmstate-static-checker: Fix for current python (2019-11-25 19:49:50 -0300)

----------------------------------------------------------------
vmstate-static-checker fix for 4.2

----------------------------------------------------------------

Dr. David Alan Gilbert (1):
  vmstate-static-checker: Fix for current python

 scripts/vmstate-static-checker.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.23.0


Re: [PULL 0/1] vmstate-static-checker fix for 4.2
Posted by Peter Maydell 4 years, 5 months ago
On Mon, 25 Nov 2019 at 22:53, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 65e05c82bdc6d348155e301c9d87dba7a08a5701:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-11-25 15:47:44 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/python-next-pull-request
>
> for you to fetch changes up to e8d0ac5801edda91412e52fb82f291eed5171c2c:
>
>   vmstate-static-checker: Fix for current python (2019-11-25 19:49:50 -0300)
>
> ----------------------------------------------------------------
> vmstate-static-checker fix for 4.2
>
> ----------------------------------------------------------------
>
> Dr. David Alan Gilbert (1):
>   vmstate-static-checker: Fix for current python
>
>  scripts/vmstate-static-checker.py | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>


Applied, thanks.

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

-- PMM