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/release-aarch64 in repository toolchain/ci/qemu.
from e2c2d57599 Merge tag 'pull-testing-next-010622-3' of https://github.com [...] adds 12629fcf4d target/m68k: Clear mach in m68k_cpu_disas_set_info adds abc098351e target/m68k: Enable halt insn for 68060 adds 79e1d527e1 target/m68k: Raise the TRAPn exception with the correct pc adds 02ea42b36d target/m68k: Switch over exception type in m68k_interrupt_all adds eeb8f7b0f8 target/m68k: Fix coding style in m68k_interrupt_all adds cf213dacf8 linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15 adds 035c6e7b5d target/m68k: Remove retaddr in m68k_interrupt_all adds ad5a5cf97d target/m68k: Fix address argument for EXCP_CHK adds 710d747b2d target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0 adds 8115fc9368 target/m68k: Fix address argument for EXCP_TRACE adds a1aedd6cbd target/m68k: Fix stack frame for EXCP_ILLEGAL adds aeeb90afce target/m68k: Implement TRAPcc adds 815c6dea46 target/m68k: Implement TPF in terms of TRAPcc adds 43accc4862 target/m68k: Implement TRAPV adds cc1cc264b1 target/m68k: Implement FTRAPcc adds e105db0227 tests/tcg/m68k: Add trap.c adds 7c75571c07 linux-user/strace: Use is_error in print_syscall_err adds dc3e83d5b1 linux-user/strace: Adjust get_thread_area for m68k adds 36a0ab595f target/m68k: Mark helper_raise_exception as noreturn adds 1e62a82574 Merge tag 'm68k-for-7.1-pull-request' of https://github.com/ [...] adds dc24c99116 tcg: Add tcg_gen_mov_ptr adds 3cc18d18cc tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec adds 94bcc91b2e tcg/aarch64: Fix illegal insn from out-of-range shli adds c9641eb422 Merge tag 'pull-tcg-20220602' of https://gitlab.com/rth7680/ [...] adds 000117066b s390: Typo fix FLOATING_POINT_SUPPPORT_ENH adds ec8c293678 hw/s390x/s390-virtio-ccw: Improve the machine description string adds 54354861d2 target/s390x: kvm: Honor storage keys during emulation adds 117d794396 MAINTAINERS: Update s390 vhost entries adds 69d0535db9 tests/tcg: Test overflow conditions adds 2ac7d74117 MAINTAINERS: Change my email address adds c5f1bb4272 MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs adds d412597ec5 qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set adds 55c269829d tests/qtest: use g_autofree for test_server_create_chr adds a743d60bca ui: Remove deprecated parameters of the "-display sdl" option adds 9eafdeeac3 ui: Switch "-display sdl" to use the QAPI parser adds 707d93d4ab ui: Remove deprecated options "-sdl" and "-curses" adds 70e975203f Merge tag 'pull-request-2022-06-03' of https://gitlab.com/th [...] adds 1e64facc01 hw/nvme: fix narrowing conversion adds 51c4532663 hw/nvme: add missing return statement adds 2e8f952ae7 hw/nvme: fix copy cmd for pi enabled namespaces adds 9235a72a5d hw/nvme: fix smart aen adds a859eb9f8f hw/nvme: enforce common serial per subsystem adds 36d83272d5 hw/nvme: do not auto-generate eui64 adds bd9f371c6f hw/nvme: do not auto-generate uuid adds 9f2e1acf83 hw/nvme: do not report null uuid adds fbba243bc7 hw/nvme: bump firmware revision adds 8b1e59a687 hw/nvme: deprecate the use-intel-id compatibility parameter adds d7fe639cab hw/nvme: add new command abort case adds ca127b3fc2 Merge tag 'nvme-next-pull-request' of git://git.infradead.or [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 6 +- docs/about/deprecated.rst | 41 +++----- docs/about/removed-features.rst | 27 +++++ hw/core/machine.c | 1 + hw/nvme/ctrl.c | 26 ++--- hw/nvme/dif.c | 5 + hw/nvme/ns.c | 9 +- hw/nvme/nvme.h | 1 + hw/nvme/subsys.c | 7 ++ hw/s390x/s390-virtio-ccw.c | 2 +- include/sysemu/sysemu.h | 2 - include/tcg/tcg-op.h | 5 + linux-user/m68k/cpu_loop.c | 13 ++- linux-user/strace.c | 2 +- linux-user/strace.list | 5 + qapi/ui.json | 26 ++++- qemu-options.hx | 56 +---------- softmmu/globals.c | 2 - softmmu/vl.c | 128 +----------------------- target/m68k/cpu.c | 7 +- target/m68k/cpu.h | 8 ++ target/m68k/helper.h | 14 +-- target/m68k/op_helper.c | 173 +++++++++++++++++--------------- target/m68k/translate.c | 192 ++++++++++++++++++++++++++---------- target/s390x/cpu_features_def.h.inc | 2 +- target/s390x/gen-features.c | 6 +- target/s390x/kvm/kvm.c | 9 ++ target/s390x/tcg/translate.c | 8 +- tcg/aarch64/tcg-target.c.inc | 2 +- tcg/i386/tcg-target.c.inc | 2 +- tests/qtest/npcm7xx_pwm-test.c | 3 + tests/qtest/vhost-user-test.c | 7 +- tests/tcg/m68k/Makefile.target | 3 + tests/tcg/m68k/trap.c | 129 ++++++++++++++++++++++++ tests/tcg/multiarch/overflow.c | 58 +++++++++++ ui/sdl2.c | 10 ++ 36 files changed, 604 insertions(+), 393 deletions(-) create mode 100644 tests/tcg/m68k/trap.c create mode 100644 tests/tcg/multiarch/overflow.c