Hi Peter! The following changes since commit 2946e1af2704bf6584f57d4e3aec49d1d5f3ecc0:
configure: Disable thread-safety warnings on macOS (2023-03-04 14:03:46 +0000) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2023-03-06 for you to fetch changes up to cb161e95334dd9ba6835dbe8a8a60a2a87ddfe7e: pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix (2023-03-06 12:05:10 +0100) ---------------------------------------------------------------- * Refine the distro support policy * Deprecate 32-bit x86 and arm hosts for system emulation * Check bison version to be >= 3.0 * Compile vnc test only if vnc is really enabled * Check some configs in docs/config/ via the readconfig-test * s390x: Add support for list-directed IPL from ECKD DASD ---------------------------------------------------------------- Jared Rossi (1): pc-bios: Add support for List-Directed IPL from ECKD DASD Juan Quintela (1): test: Check vnc enable before compiling vnc test Matheus Tavares Bernardino (1): Hexagon (meson.build): define min bison version Thomas Huth (13): docs/about/build-platforms: Refine the distro support policy include/hw/i386: Clean up includes in x86.h docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation gitlab-ci.d/crossbuilds: Drop the i386 system emulation job docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs tests/qtest/readconfig: Rework test_object_rng_resp into a generic function tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg docs/config: Set the "kvm" accelerator via "[accel]" section tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest tests/qtest/readconfig: Test docs/config/q35-emulated.cfg pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix docs/about/build-platforms.rst | 3 +- docs/about/deprecated.rst | 20 ++++ docs/config/mach-virt-graphical.cfg | 4 +- docs/config/mach-virt-serial.cfg | 4 +- docs/config/q35-emulated.cfg | 2 + docs/config/q35-virtio-graphical.cfg | 2 + docs/config/q35-virtio-serial.cfg | 2 + configure | 1 + include/hw/i386/x86.h | 2 - pc-bios/s390-ccw/bootmap.h | 30 +++++- tests/qtest/libqos/libqos.h | 2 - tests/qtest/libqtest.h | 21 +++++ pc-bios/s390-ccw/bootmap.c | 157 ++++++++++++++++++++++++------- tests/qtest/libqos/libqos.c | 49 +--------- tests/qtest/libqtest.c | 52 +++++++++++ tests/qtest/readconfig-test.c | 175 ++++++++++++++++++++++++++++++++--- .gitlab-ci.d/crossbuilds.yml | 24 ----- pc-bios/s390-ccw.img | Bin 42608 -> 42608 bytes target/hexagon/meson.build | 2 +- tests/qtest/meson.build | 10 +- 20 files changed, 428 insertions(+), 134 deletions(-)