[PULL 0/6] Fix s390x crash and clean up container images

Thomas Huth posted 6 patches 1 year, 10 months ago
hw/intc/s390_flic.c                                   |  2 +-
tests/docker/dockerfiles/alpine.docker                |  4 ----
tests/docker/dockerfiles/centos9.docker               |  4 ----
tests/docker/dockerfiles/debian-amd64-cross.docker    |  4 ----
tests/docker/dockerfiles/debian-arm64-cross.docker    |  4 ----
tests/docker/dockerfiles/debian-armel-cross.docker    |  4 ----
tests/docker/dockerfiles/debian-armhf-cross.docker    |  4 ----
tests/docker/dockerfiles/debian-i686-cross.docker     |  4 ----
tests/docker/dockerfiles/debian-mips64el-cross.docker |  4 ----
tests/docker/dockerfiles/debian-mipsel-cross.docker   |  4 ----
tests/docker/dockerfiles/debian-ppc64el-cross.docker  |  4 ----
tests/docker/dockerfiles/debian-riscv64-cross.docker  |  3 ---
tests/docker/dockerfiles/debian-s390x-cross.docker    |  4 ----
tests/docker/dockerfiles/debian.docker                |  4 ----
tests/docker/dockerfiles/fedora-win64-cross.docker    |  2 +-
tests/docker/dockerfiles/fedora.docker                |  4 ----
tests/docker/dockerfiles/opensuse-leap.docker         |  4 ----
tests/docker/dockerfiles/ubuntu2204.docker            |  4 ----
tests/lcitool/projects/qemu-minimal.yml               |  1 -
tests/lcitool/projects/qemu-win-installer.yml         |  4 ++++
tests/lcitool/projects/qemu.yml                       | 18 ++++++++----------
tests/lcitool/refresh                                 |  5 +++--
22 files changed, 17 insertions(+), 78 deletions(-)
create mode 100644 tests/lcitool/projects/qemu-win-installer.yml
[PULL 0/6] Fix s390x crash and clean up container images
Posted by Thomas Huth 1 year, 10 months ago
The following changes since commit 85ef20f1673feaa083f4acab8cf054df77b0dbed:

  Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into staging (2024-05-16 10:02:56 +0200)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-05-17

for you to fetch changes up to bebe9603fcb072dcdb7fb22005781b3582a4d701:

  hw/intc/s390_flic: Fix crash that occurs when saving the machine state (2024-05-17 11:18:32 +0200)

----------------------------------------------------------------
* Fix s390x crash when doing migration / savevm
* Decrease size of CI containers by removing unnecessary packages

----------------------------------------------------------------
Philippe Mathieu-Daudé (1):
      tests/lcitool: Remove 'xfsprogs' from QEMU

Thomas Huth (5):
      tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes
      tests/lcitool: Remove g++ from the containers (except for the MinGW one)
      tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
      tests/docker/dockerfiles: Update container files with "lcitool-refresh"
      hw/intc/s390_flic: Fix crash that occurs when saving the machine state

 hw/intc/s390_flic.c                                   |  2 +-
 tests/docker/dockerfiles/alpine.docker                |  4 ----
 tests/docker/dockerfiles/centos9.docker               |  4 ----
 tests/docker/dockerfiles/debian-amd64-cross.docker    |  4 ----
 tests/docker/dockerfiles/debian-arm64-cross.docker    |  4 ----
 tests/docker/dockerfiles/debian-armel-cross.docker    |  4 ----
 tests/docker/dockerfiles/debian-armhf-cross.docker    |  4 ----
 tests/docker/dockerfiles/debian-i686-cross.docker     |  4 ----
 tests/docker/dockerfiles/debian-mips64el-cross.docker |  4 ----
 tests/docker/dockerfiles/debian-mipsel-cross.docker   |  4 ----
 tests/docker/dockerfiles/debian-ppc64el-cross.docker  |  4 ----
 tests/docker/dockerfiles/debian-riscv64-cross.docker  |  3 ---
 tests/docker/dockerfiles/debian-s390x-cross.docker    |  4 ----
 tests/docker/dockerfiles/debian.docker                |  4 ----
 tests/docker/dockerfiles/fedora-win64-cross.docker    |  2 +-
 tests/docker/dockerfiles/fedora.docker                |  4 ----
 tests/docker/dockerfiles/opensuse-leap.docker         |  4 ----
 tests/docker/dockerfiles/ubuntu2204.docker            |  4 ----
 tests/lcitool/projects/qemu-minimal.yml               |  1 -
 tests/lcitool/projects/qemu-win-installer.yml         |  4 ++++
 tests/lcitool/projects/qemu.yml                       | 18 ++++++++----------
 tests/lcitool/refresh                                 |  5 +++--
 22 files changed, 17 insertions(+), 78 deletions(-)
 create mode 100644 tests/lcitool/projects/qemu-win-installer.yml


Re: [PULL 0/6] Fix s390x crash and clean up container images
Posted by Richard Henderson 1 year, 10 months ago
On 5/17/24 14:25, Thomas Huth wrote:
> The following changes since commit 85ef20f1673feaa083f4acab8cf054df77b0dbed:
> 
>    Merge tag 'pull-maintainer-may24-160524-2' ofhttps://gitlab.com/stsquad/qemu  into staging (2024-05-16 10:02:56 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git  tags/pull-request-2024-05-17
> 
> for you to fetch changes up to bebe9603fcb072dcdb7fb22005781b3582a4d701:
> 
>    hw/intc/s390_flic: Fix crash that occurs when saving the machine state (2024-05-17 11:18:32 +0200)
> 
> ----------------------------------------------------------------
> * Fix s390x crash when doing migration / savevm
> * Decrease size of CI containers by removing unnecessary packages

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~