From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74Wk-0006wQ-0x for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:39:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S74WD-0004BR-4m for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:38:58 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:57322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74WC-000495-SI for qemu-devel@nongnu.org; Mon, 12 Mar 2012 08:38:29 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 12 Mar 2012 12:38:12 -0000 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2CCcAlS2412668 for ; Mon, 12 Mar 2012 12:38:10 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2CCc9qQ030466 for ; Mon, 12 Mar 2012 06:38:10 -0600 From: Stefan Hajnoczi Date: Mon, 12 Mar 2012 12:37:55 +0000 Message-Id: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/7] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Anthony Liguori , Stefan Hajnoczi First round of tracing patches. I should have sent these out a long time ago. Once these are out of the way I can review and handle bigger patches from Lluís and Harsh. The following changes since commit a348f108842fb928563865c9918642900cd0d477: Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tracing for you to fetch changes up to 727500181a2b2470a676e021205d170ede23beb7: vga: add trace event for ppm_save (2012-03-12 10:30:27 +0000) ---------------------------------------------------------------- Alon Levy (2): console: add some trace events vga: add trace event for ppm_save Andreas Färber (1): maintainers: Add docs/tracing.txt to Tracing Jun Koi (2): trace: make trace_thread_create() use its function arg docs: correct ./configure line in tracing.txt Lluís Vilanova (1): trace: Provide a per-event status define for conditional compilation Stefan Hajnoczi (1): tracetool: Omit useless QEMU_*_ENABLED() check MAINTAINERS | 1 + console.h | 3 +++ docs/tracing.txt | 48 +++++++++++++++++++++++++++++++++++++++++------- hw/vga.c | 2 ++ scripts/tracetool | 13 +++++++++---- trace-events | 7 +++++++ trace/simple.c | 2 +- 7 files changed, 64 insertions(+), 12 deletions(-) -- 1.7.9.1