Merge remote-tracking branch 'remotes/philmd-gitlab/tags/python-next-20200207' into staging
- Python 3 cleanups:
. Remove text about Python 2 in qemu-deprecated (Thomas)
. Remove shebang header (Paolo, Philippe)
. scripts/checkpatch.pl now allows Python 3 interpreter (Philippe)
. Explicit usage of Python 3 interpreter in scripts (Philippe)
. Fix Python scripts permissions (Paolo, Philippe)
. Drop 'from __future__ import print_function' (Paolo)
. Specify minimum python requirements in ReadTheDocs configuration (Alex)
- Test UNIX/EXEC transports with migration (Oksana)
- Added extract_from_rpm helper, improved extract_from_deb (Liam)
- Allow to use other serial consoles than default one (Philippe)
- Various improvements in QEMUMonitorProtocol (Wainer)
- Fix kvm_available() on ppc64le (Wainer)
# gpg: Signature made Fri 07 Feb 2020 15:01:56 GMT
# gpg: using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD 6BB2 E3E3 2C2C DEAD C0DE
* remotes/philmd-gitlab/tags/python-next-20200207: (46 commits)
.readthedocs.yml: specify some minimum python requirements
drop "from __future__ import print_function"
make all Python scripts executable
scripts/signrom: remove Python 2 support, add shebang
tests/qemu-iotests/check: Only check for Python 3 interpreter
scripts: Explicit usage of Python 3 (scripts without __main__)
tests/qemu-iotests: Explicit usage of Python3 (scripts without __main__)
tests/vm: Remove shebang header
tests/acceptance: Remove shebang header
scripts/tracetool: Remove shebang header
scripts/minikconf: Explicit usage of Python 3
scripts: Explicit usage of Python 3 (scripts with __main__)
tests: Explicit usage of Python 3
tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)
tests/qemu-iotests/check: Allow use of python3 interpreter
scripts/checkpatch.pl: Only allow Python 3 interpreter
tests/acceptance/migration: Default to -nodefaults
tests/acceptance/migration: Add the 'migration' tag
tests/acceptance/migration: Test EXEC transport when migrating
tests/acceptance/migration: Test UNIX transport when migrating
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .readthedocs.yml 20 additions, 0 deletions.readthedocs.yml
- .travis.yml 2 additions, 1 deletion.travis.yml
- python/qemu/accel.py 2 additions, 1 deletionpython/qemu/accel.py
- python/qemu/machine.py 9 additions, 1 deletionpython/qemu/machine.py
- python/qemu/qmp.py 72 additions, 27 deletionspython/qemu/qmp.py
- qemu-deprecated.texi 0 additions, 8 deletionsqemu-deprecated.texi
- scripts/analyse-9p-simpletrace.py 1 addition, 2 deletionsscripts/analyse-9p-simpletrace.py
- scripts/analyse-locks-simpletrace.py 1 addition, 2 deletionsscripts/analyse-locks-simpletrace.py
- scripts/checkpatch.pl 6 additions, 0 deletionsscripts/checkpatch.pl
- scripts/decodetree.py 1 addition, 1 deletionscripts/decodetree.py
- scripts/device-crash-test 1 addition, 2 deletionsscripts/device-crash-test
- scripts/dump-guest-memory.py 0 additions, 1 deletionscripts/dump-guest-memory.py
- scripts/kvm/kvm_flightrecorder 1 addition, 2 deletionsscripts/kvm/kvm_flightrecorder
- scripts/kvm/vmxcap 0 additions, 1 deletionscripts/kvm/vmxcap
- scripts/minikconf.py 1 addition, 1 deletionscripts/minikconf.py
- scripts/modules/module_block.py 0 additions, 1 deletionscripts/modules/module_block.py
- scripts/qapi-gen.py 1 addition, 2 deletionsscripts/qapi-gen.py
- scripts/qapi/doc.py 0 additions, 1 deletionscripts/qapi/doc.py
- scripts/qmp/qemu-ga-client 1 addition, 2 deletionsscripts/qmp/qemu-ga-client
- scripts/qmp/qmp 1 addition, 2 deletionsscripts/qmp/qmp
Loading
Please register or sign in to comment