From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9Vf8-0003DL-0O for qemu-devel@nongnu.org; Fri, 30 Sep 2011 01:29:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9Vf6-0004XD-Px for qemu-devel@nongnu.org; Fri, 30 Sep 2011 01:29:29 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:42052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9Vf6-0004X1-JM for qemu-devel@nongnu.org; Fri, 30 Sep 2011 01:29:28 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Thu, 29 Sep 2011 23:29:27 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8U5TPQl195692 for ; Thu, 29 Sep 2011 23:29:25 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8U5TNhZ028137 for ; Thu, 29 Sep 2011 23:29:24 -0600 From: "Aneesh Kumar K.V" In-Reply-To: <1317299989-30571-3-git-send-email-harsh@linux.vnet.ibm.com> References: <1317299989-30571-1-git-send-email-harsh@linux.vnet.ibm.com> <1317299989-30571-3-git-send-email-harsh@linux.vnet.ibm.com> Date: Fri, 30 Sep 2011 10:59:18 +0530 Message-ID: <87zkhmppht.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 2/2] Remove virtio-9p-debug.* infra since we are using Qemu Tracing now. 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 Thu, 29 Sep 2011 18:09:49 +0530, Harsh Prateek Bora wrote: > Removing the existing debug infrastrucure as proposed to be replaced by > Qemu Tracing infrastructure. > > Signed-off-by: Harsh Prateek Bora virtio-9p-debug give a symbolic name for different 9p operation. Can you add a simple trace derived python script that look at id and print the name of 9p operation. That helps in better debugging. Also it would be nice to add some kind of filtering. But i guess that can go later. -aneesh