From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZLpW-0004JG-Js for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:19:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZLpT-0002Y3-Hk for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:19:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZLpT-0002Xz-A2 for qemu-devel@nongnu.org; Fri, 16 Nov 2012 08:19:31 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAGDJUWX014224 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Nov 2012 08:19:30 -0500 From: Stefan Hajnoczi Date: Fri, 16 Nov 2012 14:19:21 +0100 Message-Id: <1353071965-19804-1-git-send-email-stefanha@redhat.com> 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: Stefan Hajnoczi The following changes since commit 6801038bc52d61f81ac8a25fbe392f1bad982887: target-mips: fix wrong microMIPS opcode encoding (2012-11-15 14:48:16 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tracing for you to fetch changes up to e94c4c9287392e9c4de5e9cc3a0fa40da959ccb5: trace: Remove "info trace" from documents (2012-11-16 13:35:48 +0100) ---------------------------------------------------------------- Daniel P. Berrange (1): Avoid all systemtap reserved words Gerd Hoffmann (1): trace: allow disabling events in events file Liming Wang (1): trace: Remove "info trace" from documents Stefan Hajnoczi (1): trace: document '-' syntax for disabling events docs/tracing.txt | 13 ++++--------- hmp-commands.hx | 7 ------- scripts/tracetool/backend/dtrace.py | 11 ++++++++++- trace/control.c | 9 ++++++++- 4 files changed, 22 insertions(+), 18 deletions(-) -- 1.8.0