[PULL 00/10] Various testing and s390x patches

Thomas Huth posted 10 patches 3 months, 3 weeks ago
Failed in applying to current master (apply log)
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Radoslaw Biernacki <rad@semihalf.com>, Peter Maydell <peter.maydell@linaro.org>, Leif Lindholm <leif.lindholm@oss.qualcomm.com>
MAINTAINERS                                     |  1 +
python/qemu/machine/README.rst                  |  2 +-
python/qemu/utils/README.rst                    |  2 +-
target/s390x/mmu_helper.c                       | 17 +++++--
.gitlab-ci.d/windows.yml                        |  1 +
scripts/clean_functional_cache.py               | 45 +++++++++++++++++
tests/Makefile.include                          |  1 +
tests/functional/aarch64/test_sbsaref_alpine.py |  6 ---
tests/functional/alpha/test_clipper.py          |  1 -
tests/functional/qemu_test/asset.py             | 13 +++++
tests/functional/reverse_debugging.py           | 65 ++++++++++++-------------
11 files changed, 105 insertions(+), 49 deletions(-)
create mode 100755 scripts/clean_functional_cache.py
[PULL 00/10] Various testing and s390x patches
Posted by Thomas Huth 3 months, 3 weeks ago
 Hi Richard!

The following changes since commit 8109ebdb95c45d9062c7e6e7beae0ee571fca4f8:

  Merge tag 'pull-loongarch-20251015' of https://github.com/bibo-mao/qemu into staging (2025-10-15 14:49:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d6f7f9254e333c56226bb7051e74ea57daea2fff:

  target/s390x/mmu_helper: Do not ignore address_space_rw() errors (2025-10-16 18:19:23 +0200)

----------------------------------------------------------------
* Improve cache handling for the msys2 CI and the functional asset cache
* Clean ups for some minor issues in functional tests
* Don't ignore errors of address_space_rw in s390x MMU code

----------------------------------------------------------------
Daniel P. Berrangé (3):
      gitlab: purge msys pacman cache
      tests/functional: remove use of getLogger in reverse debuging
      tests/functional: ensure GDB client is stopped on error

Philippe Mathieu-Daudé (2):
      target/s390x/mmu_helper: Simplify s390_cpu_virt_mem_rw() logic
      target/s390x/mmu_helper: Do not ignore address_space_rw() errors

Thomas Huth (5):
      python/qemu: Replace some remaining "avocados" with "functional tests"
      tests/functional/aarch64: Drop some sbsaref_alpine tests
      tests/functional: Set current time stamp of assets when using them
      tests: Evict stale files in the functional download cache after a while
      tests/functional/alpha: Remove superfluous fetch() line from the clipper test

 MAINTAINERS                                     |  1 +
 python/qemu/machine/README.rst                  |  2 +-
 python/qemu/utils/README.rst                    |  2 +-
 target/s390x/mmu_helper.c                       | 17 +++++--
 .gitlab-ci.d/windows.yml                        |  1 +
 scripts/clean_functional_cache.py               | 45 +++++++++++++++++
 tests/Makefile.include                          |  1 +
 tests/functional/aarch64/test_sbsaref_alpine.py |  6 ---
 tests/functional/alpha/test_clipper.py          |  1 -
 tests/functional/qemu_test/asset.py             | 13 +++++
 tests/functional/reverse_debugging.py           | 65 ++++++++++++-------------
 11 files changed, 105 insertions(+), 49 deletions(-)
 create mode 100755 scripts/clean_functional_cache.py


Re: [PULL 00/10] Various testing and s390x patches
Posted by Richard Henderson 3 months, 3 weeks ago
On 10/16/25 09:25, Thomas Huth wrote:
>   Hi Richard!
> 
> The following changes since commit 8109ebdb95c45d9062c7e6e7beae0ee571fca4f8:
> 
>    Merge tag 'pull-loongarch-20251015' ofhttps://github.com/bibo-mao/qemu into staging (2025-10-15 14:49:51 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2025-10-16
> 
> for you to fetch changes up to d6f7f9254e333c56226bb7051e74ea57daea2fff:
> 
>    target/s390x/mmu_helper: Do not ignore address_space_rw() errors (2025-10-16 18:19:23 +0200)
> 
> ----------------------------------------------------------------
> * Improve cache handling for the msys2 CI and the functional asset cache
> * Clean ups for some minor issues in functional tests
> * Don't ignore errors of address_space_rw in s390x MMU code

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

r~