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-next-allyesconfig in repository toolchain/ci/qemu.
from 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 [...] adds 393296de19 pc-bios/s390-ccw: Fix booting with logical block size < phys [...] adds c3dd58ba6e pc-bios/s390-ccw: Update the s390-ccw.img with the block size fix adds c05a88c6b2 tests/avocado: fix replay-linux test adds 407634970d tests/qemu-iotests/264: Allow up to 5s for the BLOCK_JOB_CAN [...] adds 0b86b4e0da Merge tag 'pull-request-2022-08-08' of https://gitlab.com/th [...] new 54a53a006e scsi-disk: fix overflow when block size is not a multiple of [...] new 55794c904d scsi-disk: ensure block size is non-zero and changes limited [...] new e12f0685e8 vl: fix [memory] section with -readconfig new 69c05a2378 vl: remove dead code in parse_memory_options() new f6a5f38062 tests/qtest: add scenario for -readconfig handling new 8a1337e604 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
The 6 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: README.rst | 4 +- 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/loongarch/acpi-build.c | 11 +- hw/ppc/sam460ex.c | 2 +- hw/scsi/scsi-disk.c | 25 ++-- include/qemu/host-utils.h | 3 +- io/channel-socket.c | 4 +- linux-user/loongarch64/signal.c | 24 +--- net/vhost-vdpa.c | 4 +- pc-bios/s390-ccw.img | Bin 42608 -> 42608 bytes pc-bios/s390-ccw/virtio-blkdev.c | 2 +- softmmu/vl.c | 32 +++--- 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/ppc/excp_helper.c | 1 - target/s390x/cpu_models.c | 23 +++- tests/avocado/replay_linux.py | 1 + tests/qemu-iotests/264 | 2 +- tests/qtest/meson.build | 1 + tests/qtest/readconfig-test.c | 195 ++++++++++++++++++++++++++++++++ tools/virtiofsd/fuse_lowlevel.c | 4 +- util/qemu-sockets.c | 4 +- 31 files changed, 403 insertions(+), 164 deletions(-) create mode 100644 gdb-xml/loongarch-fpu.xml delete mode 100644 gdb-xml/loongarch-fpu64.xml create mode 100644 tests/qtest/readconfig-test.c