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
