From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9w5C-0001Ca-Gm for qemu-devel@nongnu.org; Sat, 01 Oct 2011 05:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9w5B-000055-KF for qemu-devel@nongnu.org; Sat, 01 Oct 2011 05:42:10 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:49041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9w5B-000050-GT for qemu-devel@nongnu.org; Sat, 01 Oct 2011 05:42:09 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Sat, 1 Oct 2011 05:42:08 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p919fAlw152248 for ; Sat, 1 Oct 2011 05:41:10 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p919fAdn017700 for ; Sat, 1 Oct 2011 05:41:10 -0400 From: "Aneesh Kumar K.V" In-Reply-To: <1317378975-25080-1-git-send-email-harsh@linux.vnet.ibm.com> References: <1317378975-25080-1-git-send-email-harsh@linux.vnet.ibm.com> Date: Sat, 01 Oct 2011 15:10:18 +0530 Message-ID: <87k48p2got.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH v2 0/3] Replace 9p debug infrastructure with Qemu Tracing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Harsh Prateek Bora , qemu-devel@nongnu.org Cc: stefanha@gmail.com On Fri, 30 Sep 2011 16:06:12 +0530, Harsh Prateek Bora wrote: > This patchset introduces Qemu Tracing to 9p pdu handlers and removes the > existing debug infrastructure which became less meaningful after the > introduction of coroutines. With the existing debug infra, parallel > operations creates a messy output and filtering becomes difficult. > > With Qemu tracing in place, we can selectively enable/disable trace-events > and the trace log can be further pretty-printed/filtered using an analysis > script. > > Harsh Prateek Bora (3): > hw/9pfs: Introduce tracing for 9p pdu handlers > hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu > Tracing. > scripts: Simpletrace log analysis script for pretty-printing 9p log. > applied to v9fs tree with sample output added to patch 3 thanks -aneesh