mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
- Improve the s390-ccw bios to be able to boot from virtio-blk-pci devices - Rework migration functional test to avoid a problem in the ppc64 test - Disable functional memlock test for asan builds - Some other minor tests improvements # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEEJ7iIR+7gJQEY8+q5LtnXdP5wLbUFAmmvsfEACgkQLtnXdP5w # LbWozA/+NNi0PkYBvpubpAxoT9uRj9UiP+rcgzbWF93NxT5hLQINzwr4VvwbEdN0 # GM1vCUlGOcDhyDN7xcf82IYCLsOB1gU2+V6zEoGzsKdoXi9JIMh/EWowHuDh4HU2 # 1ghrevttQfRc97I4lh/w0s/zXwSu7ckflivo6TNzIxUdpP+NuSSCCGXygB54Ab0P # bCt5lqKFAdn/HF1fIcNgMWEwPbmRtqkOlaxgTYghKdhau7SxZsRqlERlR2gA95bx # u/n4pCMYTRoWYnROp+ChoZzhfmoHTuEb13GVOivbxsfXptoFeUCJlIQN2BNMK54E # 6IxPzZ8F9d0KYlIc7sxEr9f3BvdBmbmbD4BV3bB6r0754EVQ2sJ5fXJOd4vE255O # KJrnUWgHS3ipJrxn0CjkuVT8yN0T78oXR6pQUWCjMduMpAqXEqlAh1YEIfVWpnXv # UXg/vte3MdnObowpVQwezBBtldqs2tP/Cu1gqL1AAJm1OJVfSjDnyR70w63ACqRh # 2hogG5wKKmGBIzLnehUu0wB9nbhXzLzYljfNJnAu/I031eTjeqU0JLWbOK1XELZY # Jv4HsNZz+bztN/XszfHo6U9WArUYslc8CYlywV+qQX7WZuNuxxHRlBlEME3lr6qL # by8q5h0qQOygkYJ32oKDR1v60X10UlnudSI9Wlnsq6y24F3Koo0= # =tk60 # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 10 05:53:53 2026 GMT # 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-10' of https://gitlab.com/thuth/qemu: (25 commits) pc-bios/s390-ccw.img: Update the s390 bios blog with the latest changes pc-bios/s390-ccw: Fix compiler warning when compiling with DEBUG enabled tests/qtest: Add s390x PCI boot test to cdrom-test.c hw: Add "loadparm" property to virtio block PCI devices booting on s390x s390x: Build IPLB for virtio-pci devices pc-bios/s390-ccw: Add support for virtio-blk-pci IPL pc-bios/s390-ccw: Introduce virtio-pci functions pc-bios/s390-ccw: Introduce PCI device s390x: Add definitions for PCI IPL type pc-bios/s390-ccw: Introduce CLP Architecture include/hw/s390x: Move CLP definitions for easier BIOS access pc-bios/s390-ccw: Split virtio-ccw and generic virtio pc-bios/s390-ccw: Store device type independent of sense data s390x: Remove duplicate definitions of IPL types pc-bios/s390-ccw: Always reset virtio device on failed boot attempt pc-bios/s390-ccw: Remove redundant vring schid attribute pc-bios/s390-ccw: Fix misattributed function prototypes tests/functional/ppc64/pseries: Remove custom migration routine tests/functional/migration: Use the migrate_vms helper tests/functional/migration: Add migrate_vms ... Signed-off-by: Peter Maydell <peter.maydell@linaro.org>