[PULL 0/6] s390x update

Cornelia Huck posted 6 patches 3 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201211122658.24481-1-cohuck@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>
There is a newer version of this series
MAINTAINERS                                 |   1 +
hw/watchdog/wdt_diag288.c                   |   2 -
target/s390x/cpu.c                          |   5 +
tests/acceptance/machine_s390_ccw_virtio.py | 101 ++++++++++++++++++++
4 files changed, 107 insertions(+), 2 deletions(-)
create mode 100644 tests/acceptance/machine_s390_ccw_virtio.py
[PULL 0/6] s390x update
Posted by Cornelia Huck 3 years, 4 months ago
The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20201211

for you to fetch changes up to c7454f05171405b8013a9d6b57045cd614ccc386:

  s390x/cpu: Use timer_free() in the finalize function to avoid memleaks (2020-12-11 11:38:10 +0100)

----------------------------------------------------------------
First set of 6.0 patches for s390x:
- acceptance test for device detection
- bugfixes

----------------------------------------------------------------


CI: https://gitlab.com/cohuck/qemu/-/pipelines/228422460

Cornelia Huck (4):
  tests/acceptance: add a test for devices on s390x
  tests/acceptance: test virtio-ccw revision handling
  tests/acceptance: verify s390x device detection
  tests/acceptance: test s390x zpci fid propagation

Gan Qixin (1):
  s390x/cpu: Use timer_free() in the finalize function to avoid memleaks

Thomas Huth (1):
  hw/watchdog/wdt_diag288: Remove unnecessary includes

 MAINTAINERS                                 |   1 +
 hw/watchdog/wdt_diag288.c                   |   2 -
 target/s390x/cpu.c                          |   5 +
 tests/acceptance/machine_s390_ccw_virtio.py | 101 ++++++++++++++++++++
 4 files changed, 107 insertions(+), 2 deletions(-)
 create mode 100644 tests/acceptance/machine_s390_ccw_virtio.py

-- 
2.26.2


Re: [PULL 0/6] s390x update
Posted by Peter Maydell 3 years, 4 months ago
On Fri, 11 Dec 2020 at 12:27, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 2ecfc0657afa5d29a373271b342f704a1a3c6737:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-12-10' into staging (2020-12-10 17:01:05 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20201211
>
> for you to fetch changes up to c7454f05171405b8013a9d6b57045cd614ccc386:
>
>   s390x/cpu: Use timer_free() in the finalize function to avoid memleaks (2020-12-11 11:38:10 +0100)
>
> ----------------------------------------------------------------
> First set of 6.0 patches for s390x:
> - acceptance test for device detection
> - bugfixes
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM