Commit e389503e73 for qemu.org
commit e389503e73f1726c997531447288ce154394d07a
Merge: 91f6a9cb1b c0eaf14d93
Author: Peter Maydell <peter.maydell@linaro.org>
Date: Mon Mar 30 11:50:24 2026 +0100
Merge tag 'pull-request-2026-03-30' of https://gitlab.com/thuth/qemu into staging
* Fix some warnings from pylint in the functional tests
* Fix migration of the isa-cirrus-vga device
* Remove obsolete linuxboot.bin prebuilt blob
* Fix migration functional test to check for socat instead of ncat now
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmnKT7YACgkQLtnXdP5w
# LbXqmA/8CUxZvJCxtODkw7jl8dX5yPRFs7HbYlY3RklhO8GhM4GHVo0ywxPAH3RG
# pkwXZwSp9I+ABY3fXwiFjMCYtM66iCR3UIateGonbREQgMn8A0EIeOQlCKF+rvaM
# HKucqanEk/lRAvuWJMEzo/3kPiUgblFieMZqUEdgTxH5YhJxi/IRq3HsESG5NKJn
# R+7u6KrgHJaZLhcLoBCRZ2FAf6wUTv+wpV58LoMsFXYQDRIsUU53u8uDWkUDy5yU
# TKMZOB0E5+Rb94apU2x3i7oAbQP8AX4fEGhzAiN00e8hjm8o5yRMHcK2aC1wpAlC
# VUnBwRPntiWGJKYMhaRS0Pe9gwTbUHvaO61GZpduK+Vip8mG8VRw1Ar71g703Zna
# AIqlJhqR4CS04I6SuF13qtJWmCOHw+sSzU8tMQe7MNGWF1rNuAk1GB5Lm5+nIm2e
# NVn6zGsI0v39ERGjUdCv2GZTZyfFdm+0+vB/nWvaCExsjVKErsaU1t/KNHL9ur2v
# 9x80CubNXy3bV8gnlgBzmgYkLxIyT6QpyPY3moKt9oHimy7XSEcMel80MiWEK8sL
# uPW2BKN+m0gUThuWG/3X9dkg/9nci81yoSpyuRvW8UBegqAFdLUjBfq/iCPNWtpI
# aX8aIgIQBoLfRGjUFBuButkWT2XQlxmp/TqT9FYkfvKAWobPNlU=
# =5aFN
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon Mar 30 11:25:58 2026 BST
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg: aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg: aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg: aka "Thomas Huth <th.huth@posteo.de>" [undefined]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* tag 'pull-request-2026-03-30' of https://gitlab.com/thuth/qemu:
tests/functional/migration.py: Skip migration_with_exec() if socat is not available
pc-bios: remove obsolete linuxboot.bin prebuilt blob
hw/display/cirrus_vga_isa: Disable global_vmstate by default for new machines
hw/display/vga-isa: Fix migration of the isa-vga device
tests/functional/qemu_test: Silence warnings from pylint in config.py
tests/functional/qemu_test: Split huge fetch() function in asset.py
tests/functional/qemu_test: Silence (most) warnings from pylint in asset.py
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>