This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from a61c30b8c8 Merge remote-tracking branch 'remotes/mjt/tags/patch-fetch' [...] adds 5ef1f4ec6f block/nvme: Use safer trace format string adds cb49dfce58 util/vfio-helpers: Let qemu_vfio_verify_mappings() use error [...] adds a990858b0c util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU [...] adds 3f4c0affcf util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map() adds 526c37c19d block/nvme: Have nvme_create_queue_pair() report errors cons [...] adds 521b97cd4e util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map() adds 71e3038c15 util/vfio-helpers: Extract qemu_vfio_water_mark_reached() adds 453095e98d util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/t [...] adds 5a4f1626e3 util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly adds f38b376d42 util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error adds 9bd2788f49 block/nvme: Only report VFIO error on failed retry adds f9128631fb Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] new 759a5d3be0 vfio-ccw: forward halt/clear errors new 89c6722da2 css: fix actl handling for unit exceptions new e7f8a3aae2 tests/tcg/s390x: Test SIGILL and SIGSEGV handling new 6b01606f0e s390x/tcg: fix and optimize SPX (SET PREFIX) new 0dd05d0606 s390x/ioinst: Fix wrong MSCH alignment check on little endian new 634a0b51cb s390x/tcg: wrap address for RRBE new fe00c705fe s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKE new 06d8a10a70 s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKE new eaa0feea75 s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKE new e039992f9a s390x/mmu_helper: no need to pass access type to mmu_transla [...] new e0b11f2df1 s390x/mmu_helper: fixup mmu_translate() documentation new 390191c6f6 s390x/mmu_helper: move address validation into mmu_translate*() new 380ac2bcce s390x/mmu_helper: avoid setting the storage key if nothing changed new 67db1306a2 hw/s390x/s390-skeys: use memory mapping to detect which stor [...] new 78eedc60aa hw/s390x/s390-skeys: use memory mapping to detect which stor [...] new 2162faf77e hw/s390x/s390-skeys: check if an address is valid before dum [...] new 5227b32601 hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabled new c35622387e hw/s390x/s390-skeys: lazy storage key enablement under TCG new ed3288ff8f s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK new 30e398f796 s390x/cpumodel: Add more feature to gen16 default model new abf7aee72e Merge remote-tracking branch 'remotes/thuth-gitlab/tags/s390 [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/nvme.c | 29 ++-- block/trace-events | 2 +- hw/s390x/css.c | 38 ++++- hw/s390x/s390-pci-bus.c | 10 +- hw/s390x/s390-pci-inst.c | 8 +- hw/s390x/s390-skeys-kvm.c | 4 +- hw/s390x/s390-skeys.c | 206 +++++++++++++++++--------- hw/s390x/s390-virtio-ccw.c | 5 + hw/s390x/sclp.c | 2 +- hw/vfio/ccw.c | 4 +- include/hw/s390x/css.h | 3 +- include/hw/s390x/s390-pci-bus.h | 5 +- include/hw/s390x/storage-keys.h | 65 +++++++- include/qemu/vfio-helpers.h | 2 +- target/s390x/gen-features.c | 8 +- target/s390x/helper.h | 6 +- target/s390x/ioinst.c | 2 +- target/s390x/mmu_helper.c | 70 ++++++--- target/s390x/s390x-internal.h | 3 + target/s390x/tcg/excp_helper.c | 13 -- target/s390x/tcg/mem_helper.c | 53 +++++-- target/s390x/tcg/misc_helper.c | 15 +- tests/tcg/s390x/Makefile.target | 17 ++- tests/tcg/s390x/gdbstub/test-signals-s390x.py | 76 ++++++++++ tests/tcg/s390x/signals-s390x.c | 165 +++++++++++++++++++++ util/vfio-helpers.c | 99 +++++++------ 26 files changed, 703 insertions(+), 207 deletions(-) create mode 100644 tests/tcg/s390x/gdbstub/test-signals-s390x.py create mode 100644 tests/tcg/s390x/signals-s390x.c