This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 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 [...] new 00952d93e0 target/loongarch: Fix macros SET_FPU_* in cpu.h new 4cbadc40b9 hw/loongarch: remove acpi-build.c unused variable 'aml_len' new 1fe8ac3511 target/loongarch: Fix GDB get the wrong pc new cd8ef0ed3b target/loongarch: add gdb_arch_name() new 96c3298c0a target/loongarch: update loongarch-base64.xml new d182c39000 target/loongarch: Update loongarch-fpu.xml new 2f149c759f target/loongarch: Update gdb_set_fpu() and gdb_get_fpu() new c669f22f1a Merge tag 'pull-la-20220805' of https://gitlab.com/rth7680/q [...]
The 8 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: configs/targets/loongarch64-softmmu.mak | 2 +- docs/about/build-platforms.rst | 5 ++- gdb-xml/loongarch-base64.xml | 13 ++++---- gdb-xml/loongarch-fpu.xml | 50 +++++++++++++++++++++++++++++ gdb-xml/loongarch-fpu64.xml | 57 --------------------------------- hw/loongarch/acpi-build.c | 11 +------ io/channel-socket.c | 4 +-- linux-user/loongarch64/signal.c | 24 ++------------ 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/s390x/cpu_models.c | 23 ++++++++++--- util/qemu-sockets.c | 4 +-- 16 files changed, 156 insertions(+), 121 deletions(-) create mode 100644 gdb-xml/loongarch-fpu.xml delete mode 100644 gdb-xml/loongarch-fpu64.xml