[PULL 0/6] s390x patches + gitlab-CI fix

Thomas Huth posted 6 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251021135735.96145-1-thuth@redhat.com
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Yanan Wang <wangyanan55@huawei.com>, Zhao Liu <zhao1.liu@intel.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/machine-s390x.json                   | 21 +++++++++++++++++++
include/hw/boards.h                       |  7 -------
include/hw/s390x/sclp.h                   |  5 +----
hw/core/machine.c                         |  3 ---
hw/s390x/s390-virtio-ccw.c                | 33 ------------------------------
hw/s390x/sclp.c                           | 34 +++----------------------------
hw/s390x/sclpcpi.c                        |  4 ++++
.gitlab-ci.d/windows.yml                  |  5 ++++-
tests/functional/s390x/test_ccw_virtio.py | 26 +++++++++++++++++++++++
9 files changed, 59 insertions(+), 79 deletions(-)
[PULL 0/6] s390x patches + gitlab-CI fix
Posted by Thomas Huth 3 months, 2 weeks ago
 Hi Richard!

The following changes since commit 3a2d5612a7422732b648b46d4b934e2e54622fd6:

  .gitlab-ci.d/buildtest.yml: Install 'file' for the Coverity job (2025-10-19 11:49:36 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2025-10-21

for you to fetch changes up to 8a2b283efa007f705f12784fc10185435bd1852f:

  gitlab-ci: Decrease the size of the compiler cache (2025-10-21 15:47:45 +0200)

----------------------------------------------------------------
- Add a missing QAPI event + functional test for the CPI feature on s390x
- Remove the obsolete s390-ccw-virtio-4.2 machine type
- 2nd try to fix the slow cache up/download in the MSYS2 CI job

----------------------------------------------------------------
Philippe Mathieu-Daudé (3):
      hw/s390x/ccw: Remove deprecated s390-ccw-virtio-4.2 machine
      hw/s390x/ccw: Remove SCLPDevice::increment_size field
      hw/core/machine: Remove MachineClass::fixup_ram_size callback

Shalini Chellathurai Saroja (2):
      qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
      tests/functional: add tests for SCLP event CPI

Thomas Huth (1):
      gitlab-ci: Decrease the size of the compiler cache

 qapi/machine-s390x.json                   | 21 +++++++++++++++++++
 include/hw/boards.h                       |  7 -------
 include/hw/s390x/sclp.h                   |  5 +----
 hw/core/machine.c                         |  3 ---
 hw/s390x/s390-virtio-ccw.c                | 33 ------------------------------
 hw/s390x/sclp.c                           | 34 +++----------------------------
 hw/s390x/sclpcpi.c                        |  4 ++++
 .gitlab-ci.d/windows.yml                  |  5 ++++-
 tests/functional/s390x/test_ccw_virtio.py | 26 +++++++++++++++++++++++
 9 files changed, 59 insertions(+), 79 deletions(-)


Re: [PULL 0/6] s390x patches + gitlab-CI fix
Posted by Richard Henderson 3 months, 2 weeks ago
On 10/21/25 08:57, Thomas Huth wrote:
>   Hi Richard!
> 
> The following changes since commit 3a2d5612a7422732b648b46d4b934e2e54622fd6:
> 
>    .gitlab-ci.d/buildtest.yml: Install 'file' for the Coverity job (2025-10-19 11:49:36 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2025-10-21
> 
> for you to fetch changes up to 8a2b283efa007f705f12784fc10185435bd1852f:
> 
>    gitlab-ci: Decrease the size of the compiler cache (2025-10-21 15:47:45 +0200)
> 
> ----------------------------------------------------------------
> - Add a missing QAPI event + functional test for the CPI feature on s390x
> - Remove the obsolete s390-ccw-virtio-4.2 machine type
> - 2nd try to fix the slow cache up/download in the MSYS2 CI job

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

r~