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-next-defconfig in repository toolchain/ci/qemu.
from 5288bee45f Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds b67de91e0d docs: Add caveats for Windows as the build platform adds d12dd9c7ee accel/kvm: Avoid Coverity warning in query_stats() adds d5b5023691 oss-fuzz: remove binaries from qemu-bundle tree adds 7906f11e62 oss-fuzz: ensure base_copy is a generic-fuzzer adds 6b23a67916 hw/nios2: virt: pass random seed to fdt adds 5e19cc68fb hw/mips: boston: pass random seed to fdt adds c287941a4d hw/rx: pass random seed to fdt adds 67f7e426e5 hw/i386: pass RNG seed via setup_data entry adds 616a6459d8 Merge tag 'for-upstream2' of https://gitlab.com/bonzini/qemu [...] adds dd0ef12866 e1000e: Fix possible interrupt loss when using MSI adds 2fdac348fd vhost: Get vring base from vq, not svq adds 75a8ce64f6 vdpa: Fix memory listener deletions of iova tree adds 0d0275c31f Merge tag 'net-pull-request' of https://github.com/jasowang/ [...] adds bd4b7fd6ba linux-user/hppa: Fix segfaults on page zero adds 499d805537 linux-user: Unconditionally use pipe2() syscall adds 6f200f5186 linux-user: Use target abi_int type for pipefd[1] in pipe() adds d1c912b816 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...] adds 32226db011 scripts/coverity-scan/COMPONENTS.md: Add loongarch component adds 02b7035d15 scripts/coverity-scan/COMPONENTS.md: Update slirp component info adds fca75f60ab target/arm: Add MO_128 entry to pred_esz_masks[] adds 35a7a6fc56 configure: Add missing POSIX-required space adds d466d416ed configure: Add braces to clarify intent of $emu[[:space:]] adds 65842b03d1 configure: Don't use bash-specific string-replacement syntax adds aca5001dab configure: Drop dead code attempting to use -msmall-data on [...] adds c5cfdabaf5 configure: Avoid '==' bashism adds 5865d99fe8 hw/display/bcm2835_fb: Fix framebuffer allocation address adds f6cce6bcb2 Merge tag 'pull-target-arm-20220726' of https://git.linaro.o [...] new e4bcec0c3c acpi/nvdimm: Define trace events for NVDIMM and substitute n [...] new 71a5f07e75 hw/machine: Clear out left over CXL related pointer from mov [...] new 4a447a710c hw/i386/pc: Always place CXL Memory Regions after device_memory new cb70b7e871 hw/cxl: Fix size of constant in interleave granularity function. new 4ab4c33014 hw/i386: add 4g boundary start to X86MachineState new 4876778749 i386/pc: create pci-host qdev prior to pc_memory_init() new c48eb7a4e8 i386/pc: pass pci_hole64_size to pc_memory_init() new 5ff62e2afe i386/pc: factor out above-4g end to an helper new 55668e409b i386/pc: factor out cxl range end to helper new 42bed07127 i386/pc: factor out cxl range start to helper new 1065b21993 i386/pc: handle unitialized mr in pc_get_cxl_range_end() new 8288a8286d i386/pc: factor out device_memory base/size to helper new 1caab5cf86 i386/pc: bounds check phys-bits against max used GPA new 8504f12945 i386/pc: relocate 4g start to 1T where applicable new b3e6982b41 i386/pc: restrict AMD only enforcing of 1Tb hole to new mach [...] new 0522be9a0c hw/virtio/virtio-iommu: Enforce power-of-two notify for both [...] new e5b6555fb8 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...]
The 17 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: accel/kvm/kvm-all.c | 2 +- configure | 20 +-- docs/about/build-platforms.rst | 10 +- hw/acpi/nvdimm.c | 35 ++--- hw/acpi/trace-events | 13 ++ hw/display/bcm2835_fb.c | 3 +- hw/i386/acpi-build.c | 2 +- hw/i386/microvm.c | 2 +- hw/i386/pc.c | 213 +++++++++++++++++++++------ hw/i386/pc_piix.c | 17 ++- hw/i386/pc_q35.c | 17 ++- hw/i386/sgx.c | 2 +- hw/i386/x86.c | 27 +++- hw/mips/boston.c | 5 + hw/net/e1000e_core.c | 2 + hw/nios2/boot.c | 5 + hw/pci-host/i440fx.c | 5 +- hw/rx/rx-gdbsim.c | 4 + hw/virtio/vhost-vdpa.c | 26 ++-- hw/virtio/virtio-iommu.c | 47 +++--- include/hw/boards.h | 1 - include/hw/cxl/cxl_component.h | 2 +- include/hw/i386/pc.h | 7 +- include/hw/i386/x86.h | 6 +- include/hw/mem/nvdimm.h | 8 - include/hw/pci-host/i440fx.h | 3 +- include/standard-headers/asm-x86/bootparam.h | 1 + linux-user/hppa/cpu_loop.c | 3 + linux-user/syscall.c | 13 +- meson.build | 9 -- scripts/coverity-scan/COMPONENTS.md | 7 +- scripts/oss-fuzz/build.sh | 6 +- target/arm/cpu.h | 2 +- target/arm/translate-sve.c | 5 +- 34 files changed, 358 insertions(+), 172 deletions(-)