On 04/11/2024 13.31, Peter Maydell wrote:
On Thu, 31 Oct 2024 at 17:48, Thomas Huth <th...@redhat.com> wrote:
The following changes since commit 58d49b5895f2e0b5cfe4b2901bf24f3320b74f29:
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into
staging (2024-10-29 14:00:43 +0000)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2024-10-31
for you to fetch changes up to d73ad1b1c0e62976d4790606ee29725a0d8a8906:
tests/functional: Convert the riscv_opensbi avocado test into a standalone
test (2024-10-31 07:57:47 +0100)
----------------------------------------------------------------
* Remove the redundant macOS-15 CI job
* Various fixes, improvements and additions for the functional test suite
* Restore the sh4eb target
* Fix the OpenBSD VM test
* Re-enable the pci-bridge device on s390x
* Minor clean-ups / fixes for the next-cube machine
----------------------------------------------------------------
Daniel P. Berrangé (2):
tests/functional: make tuxrun disk images writable
tests/functional: make cached asset files read-only
Mark Cave-Ayland (2):
next-cube: fix up compilation when DEBUG_NEXT is enabled
next-cube: remove cpu parameter from next_scsi_init()
Thomas Huth (10):
.gitlab-ci.d/cirrus: Remove the macos-15 job
Revert "Remove the unused sh4eb target"
tests/functional: Add a test for sh4eb
tests/vm/openbsd: Remove the "Time appears wrong" workaround
tests/functional: Fix the s390x and ppc64 tuxrun tests
hw/s390x: Re-enable the pci-bridge device on s390x
tests/functional: Convert the tcg_plugins test
tests/functional: Convert BananaPi tests to the functional framework
tests/functional: Convert the OrangePi tests to the functional framework
tests/functional: Convert the riscv_opensbi avocado test into a
standalone test
Hi; the opensbi test seems to consistently time out on the s390 CI job:
https://gitlab.com/qemu-project/qemu/-/jobs/8260596592
https://gitlab.com/qemu-project/qemu/-/jobs/8260043983
789/972 qemu:func-quick+func-riscv32 / func-riscv32-riscv_opensbi
TIMEOUT 60.04s killed by signal 15 SIGTERM
791/972 qemu:func-quick+func-riscv64 / func-riscv64-riscv_opensbi
TIMEOUT 60.04s killed by signal 15 SIGTERM
Oh, interesting, that looks like a recent regression - running riscv on
s390x hosts used to work last week, but with the current master it seems to
be broken.
I'll respin the pull request without this patch (so that the other fixes are
not blocked by this), while trying to find out where riscv breaks on big
endian hosts...
Thomas