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-release-arm-lts-allyesconfig in repository toolchain/ci/qemu.
from a28498b1f9 Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/vir [...] adds 77d3522b3f bsd-user: Implement open, openat and close adds a2ba6c7b80 bsd-user: Implement fdatasync, fsync and close_from adds 65c6c4c893 bsd-user: Implement revoke, access, eaccess and faccessat adds 390f547ea8 bsd-user: Implement chdir and fchdir adds ab5fd2d969 bsd-user: Implement rename and renameat adds 2d3b7e01d6 bsd-user: Implement link, linkat, unlink and unlinkat adds 1ffbd5e7fe bsd-user: Implement mkdir and mkdirat adds 6af8f76a9f bsd-user: Implement rmdir and undocumented __getcwd adds a15699acaf bsd-user: Implement dup and dup2 adds 4b795b147b bsd-user: Implement trunctate and ftruncate adds d35020ed00 bsd-user: Implement acct and sync adds c8b2d41376 Merge tag 'bsd-user-syscall-2022q2-pull-request' of ssh://gi [...] new 61f302615a target/ppc: Implemented vector divide instructions new 1700f2bf97 target/ppc: Implemented vector divide quadword new 9a1f0866a3 target/ppc: Implemented vector divide extended word new 4724bbd284 host-utils: Implemented unsigned 256-by-128 division new 62c9947fb7 host-utils: Implemented signed 256-by-128 division new a173ba88be target/ppc: Implemented remaining vector divide extended new 5adb27cd8f target/ppc: Implemented vector module word/doubleword new b80bec3a07 target/ppc: Implemented vector module quadword new 453eb94c76 ppc: fix boot with sam460ex new 8f7d41e0c9 target/ppc: fix vbpermd in big endian hosts new 151308677c pnv/xive2: Access direct mapped thread contexts from all chips new 78d6b5d33a ppc/pnv: fix extra indent spaces with DEFINE_PROP* new feeef6b6dd target/ppc: avoid int32 multiply overflow in int_helper.c new 5980167e07 target/ppc: fix unreachable code in fpu_helper.c new 609b1c8669 target/ppc: cpu_init: Clean up stop state on cpu reset new 5cdcfd861e Merge tag 'pull-ppc-20220621' of https://gitlab.com/danielhb [...]
The 16 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: bsd-user/bsd-file.h | 359 ++++++++++++++++++++++++++++++++++++ bsd-user/freebsd/os-syscall.c | 116 ++++++++++++ bsd-user/syscall_defs.h | 4 + hw/intc/pnv_xive2.c | 18 +- hw/pci-host/pnv_phb3.c | 8 +- hw/pci-host/pnv_phb4.c | 10 +- hw/pci-host/pnv_phb4_pec.c | 10 +- hw/ppc/ppc440_uc.c | 8 + include/qemu/host-utils.h | 3 + include/qemu/int128.h | 38 ++++ target/ppc/cpu_init.c | 3 + target/ppc/fpu_helper.c | 2 +- target/ppc/helper.h | 8 + target/ppc/insn32.decode | 23 +++ target/ppc/int_helper.c | 116 +++++++++++- target/ppc/translate/vmx-impl.c.inc | 151 +++++++++++++++ util/host-utils.c | 180 ++++++++++++++++++ 17 files changed, 1033 insertions(+), 24 deletions(-)