From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2z8H-0005YE-Ou for qemu-devel@nongnu.org; Thu, 01 Mar 2012 01:04:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2z8D-0004cz-Qv for qemu-devel@nongnu.org; Thu, 01 Mar 2012 01:04:53 -0500 Received: from e28smtp02.in.ibm.com ([122.248.162.2]:34502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2z82-0004P1-MV for qemu-devel@nongnu.org; Thu, 01 Mar 2012 01:04:49 -0500 Received: from /spool/local by e28smtp02.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 1 Mar 2012 11:34:15 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2163moa3051614 for ; Thu, 1 Mar 2012 11:33:48 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2163leW011783 for ; Thu, 1 Mar 2012 17:03:48 +1100 Message-ID: <4F4F1143.6030803@linux.vnet.ibm.com> Date: Thu, 01 Mar 2012 11:33:47 +0530 From: Harsh Bora MIME-Version: 1.0 References: <1329320783-6365-1-git-send-email-harsh@linux.vnet.ibm.com> <8762eqg11w.fsf@ginnungagap.bsc.es> In-Reply-To: <8762eqg11w.fsf@ginnungagap.bsc.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH v4 00/14] Tracing Improvements, Simpletrace v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs_Vilanova?= Cc: stefanha@gmail.com, qemu-devel@nongnu.org, aneesh.kumar@linux.vnet.ibm.com On 02/29/2012 01:53 AM, Lluís Vilanova wrote: > Harsh Prateek Bora writes: > >> This patchset introduces 2 major updates: >> 1) Tracetool Improvements (Conversion from shell script to python) >> 2) Simpletrace v2 log format (Support for variable args, strings) > > ping > Hi Lluis, I have actually moved into another project and therefore struggling to find time for the last patch to update the log reader script. I am planning to work over it this weekend. BTW, I hope, tracetool conversion (shell script to python) patches can be reviewed/merged early as they are independent of simpletrace v2. Stefan ? regards, Harsh > > Lluis >