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-aarch64 in repository toolchain/ci/qemu.
from 0ebf76aae5 Merge tag 'nvme-next-pull-request' of git://git.infradead.or [...] adds e8cbe5842b MAINTAINERS: Add myself as Guest Agent co-maintainer adds 20f5542396 Merge tag 'qga-win32-pull-2022-07-18' of github.com:kostyanf [...] adds 9d5a9ae962 hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is be [...] adds 6215113355 target/arm: Fill in VL for tbflags when SME enabled and SVE [...] adds 6a775fd6e0 target/arm: Fix aarch64_sve_change_el for SME adds 7f2cf760fe linux-user/aarch64: Do not clear PROT_MTE on mprotect adds dfce4aa8fe target/arm: Define and use new regime_tcr_value() function adds 9e70e26c53 target/arm: Calculate mask/base_mask in get_level1_table_address() adds c1547bba7e target/arm: Fold regime_tcr() and regime_tcr_value() together adds afbb181c2d target/arm: Fix big-endian host handling of VTCR adds 988cc1909f target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t adds cb4a0a3444 target/arm: Store TCR_EL* registers as uint64_t adds f04383e749 target/arm: Honour VTCR_EL2 bits in Secure EL2 adds 4a84e85413 hw/adc: Fix CONV bit in NPCM7XX ADC CON register adds 99638ba9d8 hw/adc: Make adci[*] R/W in NPCM7XX ADC adds 53ae2fdef1 target/arm: Don't set syndrome ISS for loads and stores with [...] adds 004c8a8bc5 Align Raspberry Pi DMA interrupts with Linux DTS adds 7823789731 Merge tag 'pull-target-arm-20220718' of https://git.linaro.o [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 2 +- accel/tcg/translate-all.c | 13 +++- hw/adc/npcm7xx_adc.c | 4 +- hw/arm/bcm2835_peripherals.c | 26 ++++++- hw/intc/armv7m_nvic.c | 9 ++- include/hw/arm/bcm2835_peripherals.h | 2 + target/arm/cpu.c | 2 +- target/arm/cpu.h | 38 ++++++++--- target/arm/debug_helper.c | 2 +- target/arm/helper.c | 128 ++++++++++++++++------------------- target/arm/internals.h | 34 +++++++--- target/arm/ptw.c | 38 ++++++----- target/arm/tlb_helper.c | 2 +- target/arm/translate-a64.c | 4 +- tests/qtest/bcm2835-dma-test.c | 118 ++++++++++++++++++++++++++++++++ tests/qtest/meson.build | 3 +- tests/qtest/npcm7xx_adc-test.c | 2 +- 17 files changed, 307 insertions(+), 120 deletions(-) create mode 100644 tests/qtest/bcm2835-dma-test.c