Message ID | 20221230000221.2764875-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Fri, 30 Dec 2022 at 00:21, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 222059a0fccf4af3be776fe35a5ea2d6a68f9a0b: > > Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging (2022-12-21 18:08:09 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20221229 > > for you to fetch changes up to b05e35533782a71a9fda472afd08442f50622a3e: > > tests/tcg/multiarch: add vma-pthread.c (2022-12-29 12:39:45 -0800) > > ---------------------------------------------------------------- > Fix race conditions in new user-only vma tracking. > Add tcg backend paired register allocation. > Cleanup tcg backend function call abi. > > ---------------------------------------------------------------- This seems to consistently fail on the sparc64 boot-serial-test and prom-env-test qtests on the cross-i386-system job: https://gitlab.com/qemu-project/qemu/-/jobs/3556359194 https://gitlab.com/qemu-project/qemu/-/jobs/3558798430 A couple of the sparc avocado tests also now timeout and fail with the INTERRUPTED state: https://gitlab.com/qemu-project/qemu/-/jobs/3556359335 https://gitlab.com/qemu-project/qemu/-/jobs/3558798558 So it looks like there's a problem for sparc guests here somewhere. thanks -- PMM