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 0da6106883 Merge tag 'migration-20211214-pull-request' of https://gitla [...] adds 229c57b198 hw/intc: clean-up error reporting for failed ITS cmd adds 0b052414bd docs: aspeed: Add new boards adds 38b1ed6c90 docs: aspeed: Update OpenBMC image URL adds 9d5dcb8512 docs: aspeed: Give an example of booting a kernel adds b662fac6aa docs: aspeed: ADC is now modelled adds ab08c34676 Fix STM32F2XX USART data register readout adds a1d742d88b hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gic [...] adds a8a5546798 hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector adds 3b39ba360d target/arm: Hoist pc_next to a local variable in aarch64_tr_ [...] adds bf9dd2aa5f target/arm: Hoist pc_next to a local variable in arm_tr_tran [...] adds 0bb72bca7c target/arm: Hoist pc_next to a local variable in thumb_tr_tr [...] adds 258a00e5a4 target/arm: Split arm_pre_translate_insn adds 485088f742 target/arm: Advance pc for arch single-step exception adds 936a6b8603 target/arm: Split compute_fsr_fsc out of arm_deliver_fault adds ee03027a2c target/arm: Take an exception if PC is misaligned adds 7055fe4baf target/arm: Assert thumb pc is aligned adds 8dc89f1faa target/arm: Suppress bp for exceptions with more priority adds 0bdce4861f tests/tcg: Add arm and aarch64 pc alignment tests adds e0e875a68a target/i386: Use assert() to sanity-check b1 in SSE decode adds 9cafc0735f include/hw/i386: Don't include qemu-common.h in .h files adds 70a37f7faa target/hexagon/cpu.h: don't include qemu-common.h adds d073949f9c target/rx/cpu.h: Don't include qemu-common.h adds 3508c0fac2 hw/arm: Don't include qemu-common.h unnecessarily adds 52a9f60935 target/arm: Correct calculation of tlb range invalidate length adds 530cd6c26d hw/net: npcm7xx_emc fix missing queue_flush adds cf1a5cc935 hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu adds 092cba0350 hw/arm/virt: Remove device tree restriction for virtio-iommu adds 80d28ccdb9 hw/arm/virt: Reject instantiation of multiple IOMMUs adds 317500fea8 hw/arm/virt: Use object_property_set instead of qdev_prop_set adds 641f32f684 tests/acpi: allow updates of VIOT expected data files adds 39d7554b20 tests/acpi: add test case for VIOT adds cf7a348837 tests/acpi: add expected blobs for VIOT test on q35 machine adds aed1765588 tests/acpi: add expected blob for VIOT test on virt machine adds aab8cfd4c3 Merge tag 'pull-target-arm-20211215' of https://git.linaro.o [...] adds 36aa285f48 hw/sd/ssi-sd: Do not create SD card within controller's realize adds 64eaa82095 hw: Replace trivial drive_get_next() by drive_get() adds 93d8bc8f5b hw/arm/npcm7xx_boards: Replace drive_get_next() by drive_get() adds d83c29e981 hw/arm/versatilepb hw/arm/vexpress: Replace drive_get_next() [...] adds 6b87668b08 hw/arm/imx25_pdk: Replace drive_get_next() by drive_get() adds 8acf052f7a hw/arm/mcimx6ul-evk: Replace drive_get_next() by drive_get() adds 50659fc479 hw/arm/mcimx7d-sabre: Replace drive_get_next() by drive_get() adds c29faeda3f hw/arm/xlnx-versal-virt: Replace drive_get_next() by drive_get() adds 0de89a8632 hw/microblaze: Replace drive_get_next() by drive_get() adds 97ca6c2786 hw/arm/xlnx-zcu102: Replace drive_get_next() by drive_get() adds 94d4bb4ff9 hw/arm/xilinx_zynq: Replace drive_get_next() by drive_get() adds 8ec239f2d8 hw/arm/aspeed: Replace drive_get_next() by drive_get() adds 95fd260f0a blockdev: Drop unused drive_get_next() adds e630bc7ec9 Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/a [...]
No new revisions were added by this update.
Summary of changes: blockdev.c | 10 ---- docs/system/arm/aspeed.rst | 26 +++++++-- hw/arm/Kconfig | 1 + hw/arm/aspeed.c | 21 ++++--- hw/arm/boot.c | 1 - hw/arm/cubieboard.c | 2 +- hw/arm/digic_boards.c | 1 - hw/arm/highbank.c | 1 - hw/arm/imx25_pdk.c | 2 +- hw/arm/integratorcp.c | 2 +- hw/arm/mcimx6ul-evk.c | 2 +- hw/arm/mcimx7d-sabre.c | 2 +- hw/arm/msf2-som.c | 2 +- hw/arm/npcm7xx_boards.c | 7 +-- hw/arm/orangepi.c | 2 +- hw/arm/raspi.c | 2 +- hw/arm/realview.c | 2 +- hw/arm/sabrelite.c | 2 +- hw/arm/sbsa-ref.c | 1 - hw/arm/stellaris.c | 15 ++++- hw/arm/stm32f405_soc.c | 1 - hw/arm/versatilepb.c | 4 +- hw/arm/vexpress.c | 7 +-- hw/arm/virt-acpi-build.c | 7 +++ hw/arm/virt.c | 21 ++++--- hw/arm/xilinx_zynq.c | 16 +++--- hw/arm/xlnx-versal-virt.c | 3 +- hw/arm/xlnx-zcu102.c | 6 +- hw/char/stm32f2xx_usart.c | 3 +- hw/intc/Kconfig | 5 ++ hw/intc/arm_gicv3.c | 2 +- hw/intc/arm_gicv3_cpuif.c | 10 +--- hw/intc/arm_gicv3_cpuif_common.c | 22 +++++++ hw/intc/arm_gicv3_its.c | 39 +++++++++---- hw/intc/meson.build | 11 ++-- hw/microblaze/petalogix_ml605_mmu.c | 2 +- hw/misc/sifive_u_otp.c | 4 +- hw/net/npcm7xx_emc.c | 18 +++--- hw/riscv/microchip_pfsoc.c | 2 +- hw/riscv/sifive_u.c | 15 ++++- hw/sd/ssi-sd.c | 29 +--------- hw/sparc64/niagara.c | 2 +- hw/virtio/virtio-iommu-pci.c | 12 +--- include/hw/i386/microvm.h | 1 - include/hw/i386/x86.h | 1 - include/sysemu/blockdev.h | 1 - linux-user/aarch64/cpu_loop.c | 46 ++++++++------- linux-user/hexagon/cpu_loop.c | 1 + target/arm/debug_helper.c | 23 ++++++++ target/arm/gdbstub.c | 9 ++- target/arm/helper.c | 6 +- target/arm/helper.h | 1 + target/arm/machine.c | 10 ++++ target/arm/syndrome.h | 5 ++ target/arm/tlb_helper.c | 63 +++++++++++++++------ target/arm/translate-a64.c | 23 +++++++- target/arm/translate.c | 58 ++++++++++++++----- target/hexagon/cpu.h | 1 - target/i386/tcg/translate.c | 12 +--- target/rx/cpu.h | 1 - .../data/acpi/q35/{DSDT.multi-bridge => DSDT.viot} | Bin 8583 -> 9398 bytes tests/data/acpi/q35/VIOT.viot | Bin 0 -> 112 bytes tests/data/acpi/virt/VIOT | Bin 0 -> 88 bytes tests/qtest/bios-tables-test.c | 38 +++++++++++++ tests/tcg/aarch64/Makefile.target | 4 +- tests/tcg/aarch64/pcalign-a64.c | 37 ++++++++++++ tests/tcg/arm/Makefile.target | 4 ++ tests/tcg/arm/pcalign-a32.c | 46 +++++++++++++++ 68 files changed, 507 insertions(+), 229 deletions(-) create mode 100644 hw/intc/arm_gicv3_cpuif_common.c copy tests/data/acpi/q35/{DSDT.multi-bridge => DSDT.viot} (85%) create mode 100644 tests/data/acpi/q35/VIOT.viot create mode 100644 tests/data/acpi/virt/VIOT create mode 100644 tests/tcg/aarch64/pcalign-a64.c create mode 100644 tests/tcg/arm/pcalign-a32.c