This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfig in repository toolchain/ci/qemu.
from 2c3e83f92d Merge remote-tracking branch 'remotes/alistair23/tags/pull-r [...] adds fd761337ac hw/nvme: fix validation of ASQ and ACQ adds 07a3dfa7c4 hw/nvme: fix verification of select field in namespace attachment adds c53a9a9102 hw/nvme: Return error for fused operations adds 73257aa023 Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pu [...] adds 1fb6a87d0b linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals adds 1af354120d linux-user/arm: Set siginfo_t addr field for SIGTRAP signals adds babe6d5c88 linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE adds 819121b9b0 linux-user: Zero out target_siginfo_t in force_sig() adds af7969605e linux-user: Provide new force_sig_fault() function adds 4c90f0ba9d linux-user/arm: Use force_sig_fault() adds fce9608d02 linux-user/aarch64: Use force_sig_fault() adds e749ea2479 Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...] adds 8b1d5b3c35 include/exec: Move cpu_signal_handler declaration adds 0596fa11f1 accel/tcg: Restrict cpu_handle_halt() to sysemu adds 10d4af5810 tcg/mips: Drop inline markers adds d7fc9f48c3 tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr adds 5a8f0a5dd2 tcg/mips: Unset TCG_TARGET_HAS_direct_jump adds 3d1e8ed011 tcg/mips: Drop special alignment for code_gen_buffer adds 897fd616fd tcg/sparc: Drop inline markers adds 220b2da7f3 tcg/sparc: Introduce tcg_out_mov_delay adds fa947a667f hw/core: Make do_unaligned_access noreturn adds 81c65ee223 tcg/riscv: Remove add with zero on user-only memory access adds 11a1199846 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2021 [...] new ca577afc68 docs/nvdimm: Update nvdimm option value in machine example new 72686c586d hw/loader: Restrict PC_ROM_* definitions to hw/i386/pc new 6193344f93 hmp: Unbreak "change vnc" new 8982552e6a hmp: Drop a bogus sentence from set_password's documentation new 45b09cb12f multi-process: fix usage information new 9b03a11782 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-b [...]
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: accel/tcg/cpu-exec.c | 6 ++- docs/nvdimm.txt | 2 +- docs/system/multi-process.rst | 2 +- hmp-commands.hx | 11 ++--- hw/i386/pc.c | 6 +++ hw/nvme/ctrl.c | 31 +++++++----- hw/nvme/trace-events | 2 - include/block/nvme.h | 5 ++ include/exec/exec-all.h | 13 +++++ include/hw/core/tcg-cpu-ops.h | 3 +- include/hw/loader.h | 6 --- linux-user/aarch64/cpu_loop.c | 32 ++++--------- linux-user/arm/cpu_loop.c | 63 ++++++++----------------- linux-user/signal-common.h | 1 + linux-user/signal.c | 19 +++++++- monitor/hmp-cmds.c | 2 +- target/alpha/cpu.h | 10 +--- target/arm/cpu.h | 7 --- target/arm/internals.h | 2 +- target/avr/cpu.h | 2 - target/cris/cpu.h | 8 ---- target/hexagon/cpu.h | 3 -- target/hppa/cpu.c | 7 +-- target/hppa/cpu.h | 3 -- target/i386/cpu.h | 7 --- target/m68k/cpu.h | 8 ---- target/microblaze/cpu.h | 9 +--- target/mips/cpu.h | 3 -- target/mips/internal.h | 2 - target/mips/tcg/tcg-internal.h | 4 +- target/nios2/cpu.h | 6 +-- target/openrisc/cpu.h | 2 - target/ppc/cpu.h | 7 --- target/ppc/internal.h | 4 +- target/riscv/cpu.h | 4 +- target/rx/cpu.h | 4 -- target/s390x/cpu.h | 7 --- target/s390x/s390x-internal.h | 4 +- target/sh4/cpu.h | 7 +-- target/sparc/cpu.h | 2 - target/tricore/cpu.h | 2 - target/xtensa/cpu.h | 6 +-- tcg/mips/tcg-target.c.inc | 105 ++++++++++++++--------------------------- tcg/mips/tcg-target.h | 12 ++--- tcg/region.c | 91 ----------------------------------- tcg/riscv/tcg-target.c.inc | 10 +--- tcg/sparc/tcg-target.c.inc | 64 ++++++++++++++----------- 47 files changed, 204 insertions(+), 412 deletions(-)