From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYA28-0003Y8-Lf for qemu-devel@nongnu.org; Wed, 27 Jun 2018 08:58:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYA27-0003qG-PN for qemu-devel@nongnu.org; Wed, 27 Jun 2018 08:58:52 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:42198 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYA27-0003pm-KS for qemu-devel@nongnu.org; Wed, 27 Jun 2018 08:58:51 -0400 From: Stefan Hajnoczi Date: Wed, 27 Jun 2018 13:58:41 +0100 Message-Id: <20180627125847.5413-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , "Dr. David Alan Gilbert" , Richard Henderson , Peter Crosthwaite , Stefan Hajnoczi , Juan Quintela , Markus Armbruster , Michael Roth , Peter Maydell The following changes since commit 00928a421d47f49691cace1207481b7aad31b1= f1: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-201= 80626' 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(-) --=20 2.17.1