From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HON-0007hD-26 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:23:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7HO2-00060q-Qj for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:23:14 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:56204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7HO2-00060M-MR for qemu-devel@nongnu.org; Mon, 12 Mar 2012 22:22:54 -0400 Received: by yhoo21 with SMTP id o21so65554yho.4 for ; Mon, 12 Mar 2012 19:22:53 -0700 (PDT) Message-ID: <4F5EAF6F.10407@codemonkey.ws> Date: Mon, 12 Mar 2012 21:22:39 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/7] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Blue Swirl , qemu-devel@nongnu.org On 03/12/2012 07:37 AM, Stefan Hajnoczi wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >