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-arm-mainline-allnoconfig 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 [...] 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 [...] adds 54a53a006e scsi-disk: fix overflow when block size is not a multiple of [...] adds 55794c904d scsi-disk: ensure block size is non-zero and changes limited [...] adds e12f0685e8 vl: fix [memory] section with -readconfig adds 69c05a2378 vl: remove dead code in parse_memory_options() adds f6a5f38062 tests/qtest: add scenario for -readconfig handling adds 8a1337e604 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 8809baf4e4 target/mips: Handle lock_user() failure in UHI_plog semihost [...] adds bd64c210ce hw/mips/malta: turn off x86 specific features of PIIX4_PM adds 09d12c81ec hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses adds 7b06148df8 Merge tag 'mips-20220809' of https://github.com/philmd/qemu [...] new 10dcb08b03 target/loongarch: Remove cpu_fcsr0 new ca5f3d4df1 Merge tag 'pull-la-20220808' of https://gitlab.com/rth7680/q [...]
The 2 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 +- hw/mips/malta.c | 9 ++ hw/misc/grlib_ahb_apb_pnp.c | 10 +- hw/misc/trace-events | 4 +- hw/scsi/scsi-disk.c | 25 +++- io/channel-socket.c | 4 +- linux-user/loongarch64/signal.c | 24 +--- 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/fpu_helper.c | 4 +- target/loongarch/gdbstub.c | 43 ++++-- target/loongarch/helper.h | 2 +- target/loongarch/insn_trans/trans_fmov.c.inc | 33 ++--- target/loongarch/internals.h | 3 + target/loongarch/translate.c | 3 - target/mips/tcg/sysemu/mips-semi.c | 3 + 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 +++++++++++++++++++++++++++ tests/tcg/loongarch64/Makefile.target | 1 + tests/tcg/loongarch64/test_fcsr.c | 15 +++ util/qemu-sockets.c | 4 +- 34 files changed, 444 insertions(+), 175 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 create mode 100644 tests/tcg/loongarch64/test_fcsr.c