The following changes since commit 41192db338588051f21501abc13743e62b0a5605:
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging (2021-01-01 22:57:15 +0000) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to 7fb48c0ee1bbf5cc4c905e900b054096250e9f39: tracetool: show trace-events filename/lineno in fmt string errors (2021-01-04 14:24:58 +0000) ---------------------------------------------------------------- Pull request Show trace-events filename/lineno in fmt string errors and send -d trace:help output to stdout for consistency. ---------------------------------------------------------------- Doug Evans (1): trace: Send "-d trace:help" output to stdout Stefan Hajnoczi (4): tracetool: add output filename command-line argument tracetool: add out_lineno and out_next_lineno to out() tracetool: add input filename and line number to Event tracetool: show trace-events filename/lineno in fmt string errors docs/devel/tracing.txt | 3 +- meson.build | 3 +- trace/control.h | 3 +- trace/control.c | 12 +++---- 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 +++ trace/meson.build | 21 ++++-------- 10 files changed, 83 insertions(+), 36 deletions(-) -- 2.29.2