This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfig in repository toolchain/ci/qemu.
from 04ddcda6a2 Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lurea [...] adds 58e74682ba softmmu/physmem: Simplify flatview_write and address_space_a [...] adds 3ab6fdc91b softmmu/physmem: Introduce MemTxAttrs::memory field and MEMT [...] adds be5a8cf347 hw/audio/intel-hda: Do not ignore DMA overrun errors adds 79fa99831d hw/audio/intel-hda: Restrict DMA engine to memories (not MMI [...] adds 19a5452723 tests/qtest/intel-hda-test: Add reproducer for issue #542 adds 78e619cbd5 hw/sd/sdhci: Honor failed DMA transactions adds 799f7f0104 hw/sd/sdhci: Prohibit DMA accesses to devices adds 27801168ec tests/qtest/fuzz-sdcard-test: Add reproducer for OSS-Fuzz (I [...] adds b7a3a705b6 Merge tag 'pull-request-2022-03-21' of https://gitlab.com/th [...] adds 15ef89d2a1 Update version for v7.0.0-rc1 release adds 425d6aba99 tests/Makefile.include: Let "make clean" remove the TCG tests, too adds 276de33f3d target/i386: force maximum rounding precision for fildl[l] adds b8003f9956 mailmap/gitdm: more fixes for bad tags and authors adds c6afd2bdfd docs/devel: try and impose some organisation adds 78beee809d semihosting: clean up handling of expanded argv adds efd080de76 gitlab: include new aarch32 job in custom-runners adds f503b7e327 docs: remove qemu_logo.pdf adds 0f37cf2f71 docs/tcg-plugins: document QEMU_PLUGIN behaviour adds e309ce90a2 Merge tag 'pull-fixes-for-7.0-230322-1' of https://github.co [...] adds 80f0fe3a85 linux-user: Fix syscall parameter handling for MIPS n32 adds 7fb5ef350b linux-user/alpha: Fix sigsuspend for big-endian hosts adds 0a99f09383 linux-user: Split out helpers for sigsuspend adds cb22603444 linux-user: Properly handle sigset arg to pselect adds cd0e31a49a linux-user: Properly handle sigset arg to epoll_pwait adds db36aa7daa linux-user: Properly handle sigset arg to ppoll adds 879667433a linux-user: Fix missing space in error message adds 6e05e7047c linux-user/arm: Implement __kernel_memory_barrier adds 7f4f0d9ea8 linux-user/arm: Implement __kernel_cmpxchg with host atomics adds 330ea9d1d8 linux-user/arm: Implement __kernel_cmpxchg64 with host atomics adds 9c72129150 Merge tag 'linux-user-for-7.0-pull-request' of https://gitla [...] adds 3f1db95917 block: Fix misleading hexadecimal format adds 2539eade4f hw: Fix misleading hexadecimal format adds 10c473246b Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds dcebbb65b8 target/i386/kvm: Free xsave_buf when destroying vCPU adds cb48748af7 i386: Set MCG_STATUS_RIPV bit for mce SRAR error adds 58f7db26f2 KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD p [...] adds 98a02bc449 configure: remove dead int128 test adds de65b39a51 target/i386: tcg: high bits SSE cmp operation must be ignored adds 5286c36622 target/i386: properly reset TSC on reset adds 9584d3d00a build: disable fcf-protection on -march=486 -m16 adds f345abe365 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 6222c3acc4 target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO adds c7ca3ad5e7 hw/intc/arm_gicv3_its: Add missing newlines to process_mapc( [...] adds 3d31fe4d66 Merge tag 'pull-target-arm-20220325' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/custom-runners.yml | 1 + ...-20.40-aarch32.yml => ubuntu-20.04-aarch32.yml} | 0 .mailmap | 6 + VERSION | 2 +- block/parallels-ext.c | 2 +- configure | 18 --- contrib/gitdm/aliases | 4 +- docs/devel/index-api.rst | 15 ++ docs/devel/index-build.rst | 19 +++ docs/devel/index-internals.rst | 21 +++ docs/devel/index-process.rst | 17 +++ docs/devel/index-tcg.rst | 16 ++ docs/devel/index.rst | 46 +----- docs/devel/tcg-plugins.rst | 9 +- docs/qemu_logo.pdf | Bin 9117 -> 0 bytes hw/audio/intel-hda.c | 11 +- hw/i386/sgx.c | 2 +- hw/i386/trace-events | 6 +- hw/intc/arm_gicv3_its.c | 4 +- hw/misc/trace-events | 4 +- hw/scsi/trace-events | 4 +- hw/sd/sdhci.c | 35 +++-- include/exec/memattrs.h | 9 ++ linux-user/arm/cpu_loop.c | 164 +++++++++++++-------- linux-user/elfload.c | 2 +- linux-user/signal-common.h | 26 ++++ linux-user/signal.c | 23 +++ linux-user/syscall.c | 119 ++++++--------- linux-user/user-internals.h | 6 +- pc-bios/optionrom/Makefile | 4 + semihosting/config.c | 6 +- softmmu/physmem.c | 55 +++++-- target/arm/sve_helper.c | 10 +- target/i386/cpu.c | 17 ++- target/i386/cpu.h | 4 +- target/i386/kvm/kvm-cpu.c | 19 ++- target/i386/kvm/kvm.c | 4 +- target/i386/tcg/fpu_helper.c | 13 ++ target/i386/tcg/translate.c | 6 +- tests/Makefile.include | 2 +- tests/qtest/fuzz-sdcard-test.c | 76 ++++++++++ tests/qtest/intel-hda-test.c | 34 +++++ 42 files changed, 581 insertions(+), 260 deletions(-) rename .gitlab-ci.d/custom-runners/{ubuntu-20.40-aarch32.yml => ubuntu-20.04-aarch [...] create mode 100644 docs/devel/index-api.rst create mode 100644 docs/devel/index-build.rst create mode 100644 docs/devel/index-internals.rst create mode 100644 docs/devel/index-process.rst create mode 100644 docs/devel/index-tcg.rst delete mode 100644 docs/qemu_logo.pdf