The following changes since commit 00928a421d47f49691cace1207481b7aad31b1f1:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626' into staging (2018-06-26 18:23:49 +0100) are available in the Git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to ec09f877532210e28e1d4b6b12896d3eb6d8e8d1: trace: forbid floating point types (2018-06-27 11:09:29 +0100) ---------------------------------------------------------------- Pull request * Trace TCG atomic memory accesses * Document that trace event arguments cannot be floating point ---------------------------------------------------------------- Emilio G. Cota (5): trace: fix misreporting of TCG access sizes for user-space trace: simplify trace_mem functions trace: expand mem_info:size_shift to 3 bits trace: add trace_mem_build_info_no_se_be/le trace: enable tracing of TCG atomics Stefan Hajnoczi (1): trace: forbid floating point types docs/devel/tracing.txt | 5 ++ accel/tcg/atomic_template.h | 87 +++++++++++++++++++++-- include/exec/cpu_ldst_useronly_template.h | 11 ++- trace/mem-internal.h | 58 ++++++++------- trace/mem.h | 2 +- migration/trace-events | 2 +- qapi/trace-events | 2 +- scripts/tracetool/__init__.py | 2 - 8 files changed, 130 insertions(+), 39 deletions(-) -- 2.17.1
