From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7nYt-0006lF-An for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:53:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7nYo-0008CF-Hi for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:53:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7nYo-0008C9-AB for qemu-devel@nongnu.org; Mon, 27 Jan 2014 09:53:14 -0500 From: Stefan Hajnoczi Date: Mon, 27 Jan 2014 15:53:02 +0100 Message-Id: <1390834386-23139-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/4] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit 0169c511554cb0014a00290b0d3d26c31a4981= 8f: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2014-01= -24 15:52:44 -0800) are available in the git repository at: git://github.com/stefanha/qemu.git tags/tracing-pull-request for you to fetch changes up to 736ec1677f1ae7e64f2f3436ca3775c48f79678c: trace: fix simple trace "disable" keyword (2014-01-27 15:49:39 +0100) ---------------------------------------------------------------- Tracing pull request ---------------------------------------------------------------- Llu=C3=ADs Vilanova (1): trace: [simple] Do not include "trace/simple.h" in generated tracer= headers Michael Mueller (1): tracing: start trace processing thread in final child process Stefan Hajnoczi (2): trace: add glib 2.32+ static GMutex support trace: fix simple trace "disable" keyword scripts/tracetool/backend/simple.py | 6 ++---- trace/simple.c | 24 +++++++++++++++++------- vl.c | 12 ++++++++++-- 3 files changed, 29 insertions(+), 13 deletions(-) --=20 1.8.4.2