Branch: refs/heads/staging Home: https://github.com/qemu/qemu Commit: 65d6ae4927d2974bcfe9326c3fdfa0fac5c6295b https://github.com/qemu/qemu/commit/65d6ae4927d2974bcfe9326c3fdfa0fac5c6295b Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths: M MAINTAINERS M accel/tcg/translate-all.c M accel/tcg/user-exec.c M bsd-user/elfload.c M bsd-user/main.c M bsd-user/mmap.c M bsd-user/qemu.h M docs/system/arm/nuvoton.rst M hw/arm/Kconfig M hw/arm/npcm7xx.c M hw/arm/npcm7xx_boards.c M hw/i2c/meson.build A hw/i2c/npcm7xx_smbus.c M hw/i2c/trace-events M include/exec/cpu-all.h M include/exec/cpu_ldst.h M include/exec/exec-all.h M include/hw/arm/npcm7xx.h A include/hw/i2c/npcm7xx_smbus.h M linux-user/aarch64/cpu_loop.c M linux-user/aarch64/target_signal.h M linux-user/aarch64/target_syscall.h M linux-user/elfload.c M linux-user/flatload.c M linux-user/hppa/cpu_loop.c M linux-user/i386/cpu_loop.c M linux-user/i386/signal.c M linux-user/main.c M linux-user/mmap.c M linux-user/ppc/signal.c M linux-user/qemu.h M linux-user/syscall.c M linux-user/syscall_defs.h M linux-user/uaccess.c M target/arm/cpu-param.h M target/arm/cpu.c M target/arm/cpu.h M target/arm/helper-a64.c M target/arm/internals.h M target/arm/mte_helper.c A target/arm/syndrome.h M target/arm/tlb_helper.c M target/arm/translate-a64.c M target/hppa/op_helper.c M target/i386/tcg/mem_helper.c M target/s390x/mem_helper.c M tests/qtest/meson.build A tests/qtest/npcm7xx_smbus-test.c M tests/tcg/aarch64/Makefile.target A tests/tcg/aarch64/mte-1.c A tests/tcg/aarch64/mte-2.c A tests/tcg/aarch64/mte-3.c A tests/tcg/aarch64/mte-4.c A tests/tcg/aarch64/mte.h M tests/tcg/aarch64/pauth-2.c M tests/tcg/configure.sh Log Message: ----------- Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210217' into staging target-arm queue: * Support ARMv8.5-MemTag for linux-user * ncpm7xx: Support SMBus * MAINTAINERS: add section for Clock framework # gpg: Signature made Wed 17 Feb 2021 11:01:45 GMT # gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE # gpg: issuer "peter.mayd...@linaro.org" # gpg: Good signature from "Peter Maydell <peter.mayd...@linaro.org>" [ultimate] # gpg: aka "Peter Maydell <pmayd...@gmail.com>" [ultimate] # gpg: aka "Peter Maydell <pmayd...@chiark.greenend.org.uk>" [ultimate] # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE * remotes/pmaydell/tags/pull-target-arm-20210217: (37 commits) MAINTAINERS: add myself maintainer for the clock framework hw/i2c: Implement NPCM7XX SMBus Module FIFO Mode hw/i2c: Add a QTest for NPCM7XX SMBus Device hw/arm: Add I2C sensors and EEPROM for GSJ machine hw/arm: Add I2C sensors for NPCM750 eval board hw/i2c: Implement NPCM7XX SMBus Module Single Mode tests/tcg/aarch64: Add mte smoke tests target/arm: Enable MTE for user-only target/arm: Add allocation tag storage for user mode linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault linux-user/aarch64: Pass syndrome to EXC_*_ABORT target/arm: Split out syndrome.h from internals.h linux-user/aarch64: Implement PROT_MTE linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG target/arm: Use the proper TBI settings for linux-user target/arm: Improve gen_top_byte_ignore linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE linux-user: Handle tags in lock_user/unlock_user linux-user: Fix types in uaccess.c ... Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>