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-aarch64-next-allnoconfig in repository toolchain/ci/qemu.
from 60205b7142 Merge tag 'pull-aspeed-20220801' of https://github.com/legoa [...] adds 1eaa63429a linux-user/riscv: Align signal frame to 16 bytes adds 9b00d27901 Merge tag 'pull-riscv-to-apply-20220802' of github.com:alist [...] adds 77e3f038af block/io_uring: add missing include file adds e7156ff7cb libvduse: Fix the incorrect function name adds d9cf16c0be libvduse: Replace strcpy() with strncpy() adds 630179b7f7 libvduse: Pass positive value to strerror() adds fd8a68ad68 hw/block/hd-geometry: Do not override specified bios-chs-trans adds e13fe274bf qemu-iotests: Discard stderr when probing devices adds 21b1d97459 main loop: add missing documentation links to GS/IO macros adds 0399521e53 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...] adds df67aa3e61 migration: add remaining params->has_* = true in migration_i [...] adds 777f53c759 Revert "migration: Simplify unqueue_page()" adds ead34f64f9 migration: Assert that migrate_multifd_compression() returns [...] adds 4bcb7de072 migration: Define BLK_MIG_BLOCK_SIZE as unsigned long long adds a21ba54dd5 virtiofsd: Disable killpriv_v2 by default adds 430a388ef4 Merge tag 'pull-migration-20220802c' of https://gitlab.com/d [...] adds d44971e725 target/mips: Advance pc after semihosting exception adds b15bd4532f Merge tag 'pull-semi-20220802' of https://gitlab.com/rth7680 [...] adds d2656dd577 Update version for v7.1.0-rc1 release adds 734a659ad2 linux-user/flatload.c: Fix setting of image_info::end_code adds f71fa4e3bb linux-user: Do not treat madvise()'s advice as a bitmask adds 5b63de6b54 linux-user: Use memfd for open syscall emulation adds 2480f3bbd0 Merge tag 'linux-user-for-7.1-pull-request' of https://gitla [...] adds ed021daf2d hw/ppc: sam460ex.c: store all GPIO lines in mal_irqs[] adds 0ee33dd0ce Merge tag 'pull-ppc-20220804' of https://gitlab.com/danielhb [...] adds 7b0ca31364 virtiofsd: Fix format strings adds 846dcf0ba4 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...] adds 9567fc1665 README.rst: fix link formatting adds aed5da45da vdpa: Fix file descriptor leak on get features error adds 9878fbf342 docs/about/removed-features: Move the -soundhw into the righ [...] adds 1e2dd31149 ppc: Remove redundant macro MSR_BOOK3S_MASK. adds 21d4e557e2 include/qemu/host-utils.h: Simplify the compiler check in mulu128() adds 09ed077d7f Merge tag 'trivial-branch-for-7.1-pull-request' of https://g [...] adds fbf8c96be3 docs: build-platforms: Clarify stance on minor releases and [...] adds 5258a7e2c0 QIOChannelSocket: Add support for MSG_ZEROCOPY + IPV6 adds 5dfa9e8689 target/i386: display deprecation status in '-cpu help' adds 738cdc2f6e target/s390x: display deprecation status in '-cpu help' adds 977c33ba5d target/arm: display deprecation status in '-cpu help' adds e3fdb13e88 util/qemu-sockets: Replace the call to close a socket with c [...] adds e0d8bb9800 Merge tag 'misc-next-pull-request' of https://gitlab.com/ber [...] adds 00952d93e0 target/loongarch: Fix macros SET_FPU_* in cpu.h adds 4cbadc40b9 hw/loongarch: remove acpi-build.c unused variable 'aml_len' adds 1fe8ac3511 target/loongarch: Fix GDB get the wrong pc adds cd8ef0ed3b target/loongarch: add gdb_arch_name() adds 96c3298c0a target/loongarch: update loongarch-base64.xml adds d182c39000 target/loongarch: Update loongarch-fpu.xml adds 2f149c759f target/loongarch: Update gdb_set_fpu() and gdb_get_fpu() adds c669f22f1a Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/q [...]
No new revisions were added by this update.
Summary of changes: README.rst | 4 +-- VERSION | 2 +- block/io_uring.c | 1 + configs/targets/loongarch64-softmmu.mak | 2 +- docs/about/build-platforms.rst | 5 ++- docs/about/removed-features.rst | 14 ++++---- gdb-xml/loongarch-base64.xml | 13 +++---- gdb-xml/loongarch-fpu.xml | 50 +++++++++++++++++++++++++++ gdb-xml/loongarch-fpu64.xml | 57 ------------------------------- hw/block/hd-geometry.c | 7 +++- hw/loongarch/acpi-build.c | 11 +----- hw/ppc/sam460ex.c | 2 +- include/qemu/host-utils.h | 3 +- include/qemu/main-loop.h | 18 ++++++++-- io/channel-socket.c | 4 +-- linux-user/flatload.c | 2 +- linux-user/loongarch64/signal.c | 24 ++----------- linux-user/mmap.c | 2 +- linux-user/riscv/signal.c | 4 +-- linux-user/syscall.c | 22 +++++++----- migration/block.c | 2 +- migration/migration.c | 5 +++ migration/ram.c | 37 ++++++++++++++------ migration/trace-events | 3 +- net/vhost-vdpa.c | 4 +-- subprojects/libvduse/libvduse.c | 13 +++---- target/arm/helper.c | 7 +++- target/i386/cpu.c | 5 +++ target/loongarch/cpu.c | 8 ++++- target/loongarch/cpu.h | 18 ++++++++-- target/loongarch/gdbstub.c | 43 +++++++++++++++++------ target/loongarch/internals.h | 3 ++ target/mips/tcg/micromips_translate.c.inc | 6 ++-- target/mips/tcg/mips16e_translate.c.inc | 2 +- target/mips/tcg/nanomips_translate.c.inc | 4 +-- target/mips/tcg/sysemu/tlb_helper.c | 1 + target/mips/tcg/translate.c | 10 +++--- target/mips/tcg/translate.h | 4 +++ target/ppc/excp_helper.c | 1 - target/s390x/cpu_models.c | 23 ++++++++++--- tests/qemu-iotests/common.rc | 4 +-- tools/virtiofsd/fuse_lowlevel.c | 4 +-- tools/virtiofsd/passthrough_ll.c | 13 ++----- util/qemu-sockets.c | 4 +-- 44 files changed, 272 insertions(+), 199 deletions(-) create mode 100644 gdb-xml/loongarch-fpu.xml delete mode 100644 gdb-xml/loongarch-fpu64.xml