The following changes since commit 3fab43d2f638b98765b0f8ef033ec93e3ea6b809:
Merge tag 'firmware/edk2-20231213-pull-request' of https://gitlab.com/kraxel/qemu into staging (2024-01-11 15:19:42 +0000) are available in the Git repository at: https://gitlab.com/stsquad/qemu.git tags/pull-testing-updates-120124-2 for you to fetch changes up to 139db3cc5967e995e039c9cc2228c627cef7c1cf: tests/avocado: partially revert unmasking of replay_linux tests (2024-01-12 13:23:48 +0000) ---------------------------------------------------------------- testing and misc updates - add LE microblaze test to avocado - use modern snapshot=on to avoid trashing disk image - use plain bool for fe_is_open - various updates to qtest timeouts - enable meson test timeouts - tweak the readthedocs environment - partially revert un-flaking x86_64 ---------------------------------------------------------------- Alex Bennée (5): tests/avocado: use snapshot=on in kvm_xen_guest gitlab: include microblazeel in testing chardev: use bool for fe_is_open readthodocs: fully specify a build environment tests/avocado: partially revert unmasking of replay_linux tests Daniel P. Berrangé (12): qtest: bump min meson timeout to 60 seconds qtest: bump migration-test timeout to 8 minutes qtest: bump qom-test timeout to 15 minutes qtest: bump npcm7xx_pwm-test timeout to 5 minutes qtest: bump test-hmp timeout to 4 minutes qtest: bump pxe-test timeout to 10 minutes qtest: bump prom-env-test timeout to 6 minutes qtest: bump boot-serial-test timeout to 3 minutes qtest: bump qos-test timeout to 2 minutes qtest: bump aspeed_smc-test timeout to 6 minutes qtest: bump bios-table-test timeout to 9 minutes mtest2make: stop disabling meson test timeouts Thomas Huth (5): tests/avocado: Add a test for a little-endian microblaze machine tests/qtest: Bump the device-introspect-test timeout to 12 minutes tests/unit: Bump test-aio-multithread test timeout to 2 minutes tests/unit: Bump test-crypto-block test timeout to 5 minutes tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes docs/requirements.txt | 2 ++ include/chardev/char-fe.h | 19 ++++++++++++------- chardev/char-fe.c | 16 ++++++++-------- chardev/char.c | 2 +- .gitlab-ci.d/buildtest.yml | 4 ++-- .readthedocs.yml | 19 ++++++++++++------- scripts/mtest2make.py | 3 ++- tests/avocado/kvm_xen_guest.py | 2 +- tests/avocado/machine_microblaze.py | 26 ++++++++++++++++++++++++++ tests/avocado/replay_kernel.py | 3 +++ tests/fp/meson.build | 2 +- tests/qtest/meson.build | 25 +++++++++++++------------ tests/unit/meson.build | 2 ++ 13 files changed, 85 insertions(+), 40 deletions(-) create mode 100644 docs/requirements.txt -- 2.39.2