Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: 94b66a353596a62216b623129dc2bf255b771e19
https://github.com/qemu/qemu/commit/94b66a353596a62216b623129dc2bf255b771e19
Author: Thomas Huth <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M tests/functional/qemu_test/testcase.py
Log Message:
-----------
tests/functional: Fix problems in testcase.py reported by pylint
- put 3rd party "import pycotap" after the standard imports
- "help" is a built-in function in Python, don't use it as a variable name
- put the doc strings in the right locations (after the "def" line)
- use isinstance() instead of checking via type()
Message-Id: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Commit: b0ea044d547ea84cc0ac6a958480c7462007e04a
https://github.com/qemu/qemu/commit/b0ea044d547ea84cc0ac6a958480c7462007e04a
Author: Thomas Huth <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M tests/functional/aarch64/test_device_passthrough.py
Log Message:
-----------
tests/functional/aarch64/test_device_passthrough: Fix warnings from pylint
Remove unused imports, write constants with capital letters and make
sure that the code uses the right indentation / formatting.
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 92e262fc28c713f5913e57691ba6bc941ff6aa4f
https://github.com/qemu/qemu/commit/92e262fc28c713f5913e57691ba6bc941ff6aa4f
Author: Thomas Huth <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M tests/functional/mips64el/test_malta.py
M tests/functional/mips64el/test_replay.py
Log Message:
-----------
tests/functional/mips64el: Silence issues reported by pylint
Drop unused imports, annotate imports that are not at the top, but done
on purpose in other locations, use f-strings where it makes sense, etc.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 0fa4b130a8d4fc46fb7b0b97b34656ac0c69c3c9
https://github.com/qemu/qemu/commit/0fa4b130a8d4fc46fb7b0b97b34656ac0c69c3c9
Author: Thomas Huth <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M tests/functional/m68k/test_nextcube.py
Log Message:
-----------
tests/functional/m68k/test_nextcube: Fix issues reported by pylint
Fix the indentation in one line, and while we're at it, use an f-string
instead of old-school formatting in another spot.
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
Message-ID: <[email protected]>
Commit: 4481234e985aacbbebb321310d2c6993cb4983b1
https://github.com/qemu/qemu/commit/4481234e985aacbbebb321310d2c6993cb4983b1
Author: Richard Henderson <[email protected]>
Date: 2025-11-11 (Tue, 11 Nov 2025)
Changed paths:
M tests/functional/aarch64/test_device_passthrough.py
M tests/functional/m68k/test_nextcube.py
M tests/functional/mips64el/test_malta.py
M tests/functional/mips64el/test_replay.py
M tests/functional/qemu_test/testcase.py
Log Message:
-----------
Merge tag 'pull-request-2025-11-11' of https://gitlab.com/thuth/qemu into
staging
* Fix some issues in the functional tests that pylint complains about
# -----BEGIN PGP SIGNATURE-----
#
# iQJFBAABCgAvFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmkTDfQRHHRodXRoQHJl
# ZGhhdC5jb20ACgkQLtnXdP5wLbVj8RAAhOSNyBa81eFJXydkqp0qrQYw6WGT/mAP
# Zn5oTm6NhsgLbUKgbqYQIAivE7VNVWfdhj7aOO9wYM1GfhCk/LOHZWBTNXxFF/uH
# m7ICV5dtSF2zE1AdsWn2rB6vPocc/VMDCHhIzfC7AYlEA7AGuu/O2QALE8H/qOS5
# mQ3+Fuq2EYkOKxKsSnUcj+ZPnUA3NlIF2CTeY0jTQFrwO5RKU3jsScm+uOZZJycn
# DTOzJTymIBGNSlFMNEoj4AhoY43SDdcQcZhwvAPzHZZTVhotJxHf5Fvr7XnDW5VA
# zTA7xZgnY0eAtvzZ4ihyT9BfAHdk62WgBrUeohQ1Ggf/Bo11DVCJtkQ4iY5bY4uI
# yalO7QSMi04PudeIRJmKTAhR6zhDZb/XijtrIcFn6ypTnOEMw8V7MJt9qXB76I/X
# HDZ9859a0//8F70I3mAxDKj8ve/Y6ACuY7pOwKR1Ea0iuM47Dgw9jsuUKRRPUZ+p
# rhJiQ10j8B6mxI0HCqEr8S47zMbW7uJViVYLT7yYKL7vokr96mm08/gEOI07cc88
# CKw3FocW2/suOdFCJVsIrjjq/ySVv0GTAkIeGUaefnY13dmq8ZILmT+GOOf695s9
# PDCoPWzdCY5n0OxToMUosJkQKbFp2F2ls5IGcEHUwxkqPT68/gsqb1VeC8W7x6Gs
# nJGM9ZR7XcM=
# =FhJ1
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue 11 Nov 2025 11:20:36 AM CET
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "[email protected]"
# gpg: Good signature from "Thomas Huth <[email protected]>" [unknown]
# gpg: aka "Thomas Huth <[email protected]>" [unknown]
# gpg: aka "Thomas Huth <[email protected]>" [unknown]
# gpg: aka "Thomas Huth <[email protected]>" [unknown]
# gpg: WARNING: The key's User ID is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* tag 'pull-request-2025-11-11' of https://gitlab.com/thuth/qemu:
tests/functional/m68k/test_nextcube: Fix issues reported by pylint
tests/functional/mips64el: Silence issues reported by pylint
tests/functional/aarch64/test_device_passthrough: Fix warnings from pylint
tests/functional: Fix problems in testcase.py reported by pylint
Signed-off-by: Richard Henderson <[email protected]>
Compare: https://github.com/qemu/qemu/compare/593aee5df98b...4481234e985a
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications