[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/31] testing/next and other misc fixes
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/31] testing/next and other misc fixes |
Date: |
Wed, 12 Jan 2022 21:20:56 +0000 |
On Wed, 12 Jan 2022 at 11:27, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit bf99e0ec9a51976868d7a8334620716df15fe7fe:
>
> Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
> (2022-01-11 10:12:29 +0000)
>
> are available in the Git repository at:
>
> https://github.com/stsquad/qemu.git tags/pull-for-7.0-110122-1
>
> for you to fetch changes up to dbd30b7abee963f4fb08892a7d7f920bb76ece58:
>
> linux-user: Remove the deprecated ppc64abi32 target (2022-01-11 13:00:53
> +0000)
>
> ----------------------------------------------------------------
> Various testing and other misc updates:
>
> - fix compiler warnings with ui and sdl
> - update QXL/spice dependancy
> - skip I/O tests on Alpine
> - update fedora image to latest version
> - integrate lcitool and regenerate docker images
> - favour CONFIG_LINUX_USER over CONFIG_LINUX
> - add libfuse3 dependencies to docker images
> - add dtb-kaslr-seed control knob to virt machine
> - fix build breakage from HMP update
> - update docs for C standard and suffix usage
> - add more logging for debugging user hole finding
> - fix bug with linux-user hold calculation
> - avoid affecting flags when printing results in float tests
> - add float reference files for ppc64
> - update FreeBSD to 12.3
> - add bison dependancy to tricore images
> - remove deprecated ppc64abi32 target
This seems to fail the ubuntu-18.04-s390x-all-linux-static job
with segfaults running linux-user binaries (not always the same
binary), eg:
https://gitlab.com/qemu-project/qemu/-/jobs/1968789446
https://gitlab.com/qemu-project/qemu/-/jobs/1968080419
thanks
-- PMM
- [PULL 25/31] linux-user/elfload: add extra logging for hole finding, (continued)
- [PULL 25/31] linux-user/elfload: add extra logging for hole finding, Alex Bennée, 2022/01/12
- [PULL 31/31] linux-user: Remove the deprecated ppc64abi32 target, Alex Bennée, 2022/01/12
- [PULL 11/31] tests/docker: auto-generate ubuntu2004.docker with lcitool, Alex Bennée, 2022/01/12
- [PULL 30/31] docker: include bison in debian-tricore-cross, Alex Bennée, 2022/01/12
- [PULL 19/31] tests/tcg: use CONFIG_LINUX_USER, not CONFIG_LINUX, Alex Bennée, 2022/01/12
- [PULL 26/31] linux-user: don't adjust base of found hole, Alex Bennée, 2022/01/12
- [PULL 29/31] FreeBSD: Upgrade to 12.3 release, Alex Bennée, 2022/01/12
- [PULL 28/31] test/tcg/ppc64le: Add float reference files, Alex Bennée, 2022/01/12
- [PULL 24/31] docs/devel: more documentation on the use of suffixes, Alex Bennée, 2022/01/12
- [PULL 27/31] tests/tcg/multiarch: Read fp flags before printf, Alex Bennée, 2022/01/12
- Re: [PULL 00/31] testing/next and other misc fixes,
Peter Maydell <=