[Qemu-devel] [PULL 0/2] Python 3 compatibility fixes

Eduardo Habkost posted 2 patches 6 years, 9 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190125140610.7810-1-ehabkost@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Cleber Rosa <crosa@redhat.com>
scripts/decodetree.py     | 2 +-
scripts/device-crash-test | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/2] Python 3 compatibility fixes
Posted by Eduardo Habkost 6 years, 9 months ago
The following changes since commit 9dd0d8111fbb8015db75a38933aee1d45f9e64a3:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into staging (2019-01-25 11:52:12 +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 651514df88fd53d537b3b78a7548663cc0816b1b:

  decodetree: re.fullmatch was added in 3.4 (2019-01-25 11:41:42 -0200)

----------------------------------------------------------------
Python 3 compatibility fixes

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

Nisarg Shah (1):
  device-crash-test: Python 3 compatibility fix

Paolo Bonzini (1):
  decodetree: re.fullmatch was added in 3.4

 scripts/decodetree.py     | 2 +-
 scripts/device-crash-test | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] Python 3 compatibility fixes
Posted by Peter Maydell 6 years, 9 months ago
On Fri, 25 Jan 2019 at 14:06, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 9dd0d8111fbb8015db75a38933aee1d45f9e64a3:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-01-24' into staging (2019-01-25 11:52:12 +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 651514df88fd53d537b3b78a7548663cc0816b1b:
>
>   decodetree: re.fullmatch was added in 3.4 (2019-01-25 11:41:42 -0200)
>
> ----------------------------------------------------------------
> Python 3 compatibility fixes
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM