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-master-arm-stable-defconfig in repository toolchain/ci/qemu.
from e551455f1e Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] adds 6745c8a01f trace: Send "-d trace:help" output to stdout adds c05012a365 tracetool: add output filename command-line argument adds 294170c1dd tracetool: add out_lineno and out_next_lineno to out() adds 4e66c9ef64 tracetool: add input filename and line number to Event adds 7fb48c0ee1 tracetool: show trace-events filename/lineno in fmt string errors adds 74a0a6fcec Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/t [...] new 6d3ef04893 tcg: Use memset for large vector byte replication new d2f3066eb2 tcg/riscv: Fix illegal shift instructions new a66424ba17 tcg: Add tcg_gen_bswap_tl alias new 52d2546460 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-t [...]
The 4 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/tcg-runtime.h | 11 ++++++++ docs/devel/tracing.txt | 3 ++- include/exec/helper-proto.h | 4 +++ include/tcg/tcg-op.h | 2 ++ meson.build | 3 +-- scripts/tracetool.py | 12 +++++---- scripts/tracetool/__init__.py | 53 ++++++++++++++++++++++++++++++++----- scripts/tracetool/backend/ftrace.py | 4 +++ scripts/tracetool/backend/log.py | 4 +++ scripts/tracetool/backend/syslog.py | 4 +++ tcg/riscv/tcg-target.c.inc | 12 ++++----- tcg/tcg-op-gvec.c | 32 ++++++++++++++++++++++ trace/control.c | 12 ++++----- trace/control.h | 3 ++- trace/meson.build | 21 +++++---------- 15 files changed, 138 insertions(+), 42 deletions(-)