From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57465 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjcEc-0006gO-MP for qemu-devel@nongnu.org; Thu, 12 Aug 2010 14:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjcET-0005gn-SP for qemu-devel@nongnu.org; Thu, 12 Aug 2010 14:10:26 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:35702) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjcET-0005ge-Oz for qemu-devel@nongnu.org; Thu, 12 Aug 2010 14:10:25 -0400 Received: by qwh5 with SMTP id 5so1876034qwh.4 for ; Thu, 12 Aug 2010 11:10:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1281609395-17621-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1281609395-17621-1-git-send-email-stefanha@linux.vnet.ibm.com> From: Blue Swirl Date: Thu, 12 Aug 2010 18:10:05 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Julien Desfossez , qemu-devel@nongnu.org, Prerna Saxena On Thu, Aug 12, 2010 at 10:36 AM, Stefan Hajnoczi wrote: > This patch series adds static tracing to QEMU. =C2=A0It can be used to in= strument > QEMU code by means of lightweight logging called trace events. > > Prerna and I are now posting the entire patch series with a serious eye t= owards > checking we meet users' and developers' tracing needs and with the goal o= f > getting this functionality merged into qemu.git. I sent a few comments about some patches, others looked fine to me.