Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into...
commitf6e7a97acbe913b8a027e695e9c8793739914c7c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2019 14:34:31 +0000 (17 14:34 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2019 14:34:31 +0000 (17 14:34 +0000)
tree18734ff6bb69670ca58d4074ee1152b1192efd41
parent98ac38cd5ad5e9496277c943020bc4bf16adf10b
parente42cb9678cee7ff7c28afe7917c1002d6d8fdc0d
Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' into staging

Python queue 2019-12-17

# gpg: Signature made Tue 17 Dec 2019 05:12:43 GMT
# gpg:                using RSA key 7ABB96EB8B46B94D5E0FE9BB657E8D33A5F209F3
# gpg: Good signature from "Cleber Rosa <crosa@redhat.com>" [marginal]
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 7ABB 96EB 8B46 B94D 5E0F  E9BB 657E 8D33 A5F2 09F3

* remotes/cleber/tags/python-next-pull-request:
  python/qemu: Remove unneeded imports in __init__
  python/qemu: accel: Add tcg_available() method
  python/qemu: accel: Strengthen kvm_available() checks
  python/qemu: accel: Add list_accel() method
  python/qemu: Move kvm_available() to its own module
  Acceptance tests: use relative location for tests
  Acceptance tests: use avocado tags for machine type
  Acceptance tests: introduce utility method for tags unique vals
  Acceptance test x86_cpu_model_versions: use default vm
  tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine
  python/qemu: Add set_qmp_monitor() to QEMUMachine
  analyze-migration.py: replace numpy with python 3.2
  analyze-migration.py: fix find() type error
  Revert "Acceptance test: cancel test if m68k kernel packages goes missing"
  tests/boot_linux_console: Fetch assets from Debian snapshot archives

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/acceptance/linux_ssh_mips_malta.py