This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig in repository toolchain/ci/qemu.
from 1d60bb4b14 Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/ [...] adds b17ab4705c target/arm: Fix sve2 ldnt1 and stnt1 adds c179d3be7b target/arm: Fix pauth_check_trap vs SEL2 adds 39a1fd2528 target/arm: Fix handling of LPAE block descriptors adds 9a09273f33 hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size adds 75f7ba165c hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() adds e422d92a23 nsis installer: List emulators in alphabetical order adds 6b98e86e87 nsis installer: Suppress "ANSI targets are deprecated" warning adds c08796378d nsis installer: Fix mouse-over descriptions for emulators adds 16d91e06b3 hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG adds 299b4a3ecf hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset adds 8cc2246caa target/arm: Log M-profile vector table accesses adds 654abaa783 target/arm: Log fault address for M-profile faults adds c28d4b8656 hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area adds 4a7319b750 target/arm: Make rvbar settable after realize adds 152f0bf0c9 hw/misc: Add a model of the Xilinx ZynqMP CRF adds 63320bcaed hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF adds b4ecda2dd7 hw/misc: Add a model of the Xilinx ZynqMP APU Control adds eb7a38ba66 hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control adds 8900c204df util/osdep: Avoid madvise proto on modern Solaris adds 9c2d83f5a0 hw/i386/acpi-build: Avoid 'sun' identifier adds 79d54c9eac util/osdep: Remove some early cruft adds a09863610a Merge tag 'pull-target-arm-20220318' of https://git.linaro.o [...] adds d1e9e64629 hw/pci/pci.c: Fix typos of "Firewire", and of "controller" o [...] adds a2d860bb54 virtio/virtio-balloon: Prefer Object* over void* parameter adds c9020c8e6c Merge tag 'trivial-branch-for-7.0-pull-request' of https://g [...] adds 2297db8228 ui/gtk: Ignore 2- and 3-button press events adds 6c08964b41 ui: avoid unnecessary memory operations in vnc_refresh_serve [...] adds 832061a2fa audio/mixeng: Do not declare unused variables adds 5f2011be44 hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vg [...] adds 6832deb8ff hw/display: Allow vga_common_init() to return errors adds 9eb840a209 hw/display/vga: Report a proper error when adding a 2nd ISA VGA adds 2058fdbe81 Merge tag 'fixes-20220318-pull-request' of git://git.kraxel. [...] adds 9d1401b794 ppc64: Avoid pt_regs struct definition adds 217979d33e target/ppc: Replicate double->int32 result for some vector insns adds 3515553bf6 target/ppc: Replicate Double->Single-Precision result adds ecf1bbe322 Merge tag 'pull-ppc-20220321' of https://github.com/legoater [...] adds 8a947c7a58 aio-posix: fix build failure io_uring 2.2 adds fc8796465c aio-posix: fix spurious ->poll_ready() callbacks in main loop adds 2028ab513b Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
No new revisions were added by this update.
Summary of changes: audio/mixeng.c | 8 +- hw/arm/virt.c | 7 +- hw/arm/xlnx-zynqmp.c | 46 ++++- hw/display/ati.c | 4 +- hw/display/cirrus_vga.c | 59 +++--- hw/display/cirrus_vga_isa.c | 4 +- hw/display/qxl.c | 6 +- hw/display/vga-isa.c | 5 +- hw/display/vga-mmio.c | 5 +- hw/display/vga-pci.c | 8 +- hw/display/vga.c | 17 +- hw/display/vga_int.h | 2 +- hw/display/virtio-vga.c | 4 +- hw/display/vmware_vga.c | 2 +- hw/dma/xlnx_csu_dma.c | 1 + hw/i386/acpi-build.c | 4 +- hw/intc/Kconfig | 2 +- hw/intc/meson.build | 4 +- hw/misc/meson.build | 2 + hw/misc/npcm7xx_clk.c | 4 +- hw/misc/xlnx-zynqmp-apu-ctrl.c | 253 ++++++++++++++++++++++++++ hw/misc/xlnx-zynqmp-crf.c | 266 ++++++++++++++++++++++++++++ hw/pci/pci.c | 2 +- hw/virtio/virtio-balloon.c | 10 +- include/hw/arm/xlnx-zynqmp.h | 4 + include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 93 ++++++++++ include/hw/misc/xlnx-zynqmp-crf.h | 211 ++++++++++++++++++++++ include/qemu/osdep.h | 8 + linux-user/include/host/ppc/host-signal.h | 38 ---- linux-user/include/host/ppc64/host-signal.h | 42 ++++- meson.build | 23 ++- qemu.nsi | 8 +- scripts/nsis.py | 17 +- target/arm/cpu.c | 17 +- target/arm/cpu.h | 3 +- target/arm/helper.c | 20 ++- target/arm/m_helper.c | 11 ++ target/arm/pauth_helper.c | 2 +- target/arm/sve.decode | 5 +- target/arm/translate-sve.c | 51 +++++- target/ppc/fpu_helper.c | 93 ++++++++-- tests/tcg/aarch64/Makefile.target | 4 + tests/tcg/aarch64/test-826.c | 50 ++++++ tests/tcg/configure.sh | 4 + ui/gtk.c | 4 + ui/vnc.c | 26 ++- util/aio-posix.c | 32 ++-- util/aio-posix.h | 1 + util/fdmon-io_uring.c | 4 + util/osdep.c | 10 -- 50 files changed, 1338 insertions(+), 168 deletions(-) create mode 100644 hw/misc/xlnx-zynqmp-apu-ctrl.c create mode 100644 hw/misc/xlnx-zynqmp-crf.c create mode 100644 include/hw/misc/xlnx-zynqmp-apu-ctrl.h create mode 100644 include/hw/misc/xlnx-zynqmp-crf.h delete mode 100644 linux-user/include/host/ppc/host-signal.h create mode 100644 tests/tcg/aarch64/test-826.c