From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvpB7-0004ae-Ey for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:02:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvpB1-0004ps-Qp for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:02:13 -0500 Received: from e28smtp09.in.ibm.com ([122.248.162.9]:51626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvpB1-0004pR-4W for qemu-devel@nongnu.org; Fri, 10 Feb 2012 07:02:07 -0500 Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Feb 2012 17:32:00 +0530 Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1AC1Imm4382794 for ; Fri, 10 Feb 2012 17:31:19 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1AC1IKZ007947 for ; Fri, 10 Feb 2012 23:01:18 +1100 Message-ID: <4F35070C.6080204@linux.vnet.ibm.com> Date: Fri, 10 Feb 2012 17:31:16 +0530 From: Harsh Bora MIME-Version: 1.0 References: <20120203211030.30134.94075.stgit@ginnungagap.bsc.es> <20120203211119.30134.76980.stgit@ginnungagap.bsc.es> <4F34EDA2.9020503@linux.vnet.ibm.com> <87aa4qx5rh.fsf@ginnungagap.bsc.es> In-Reply-To: <87aa4qx5rh.fsf@ginnungagap.bsc.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 03/11] trace: [tracetool] Simplify event line parsing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Llu=EDs_Vilanova?= Cc: qemu-devel@nongnu.org, "Aneesh Kumar K. V" On 02/10/2012 05:24 PM, Lluís Vilanova wrote: > Harsh Bora writes: > >> Hi Lluis, >> Sorry for a late response as I was out of office for last 2 weeks because of >> some medical emergency at home. > > Hope it turned out to be nothing serious. Yeh, situation is better now. > > >> While trying to merge your changes with mine, I found something (see below): > > Nice catch, I didn't realize that because the functionality is removed in some > later patch (Rewrite event argument parsing). > > I just sent a new version of the series (please ignore version 3). > That's so quick, thanks. Harsh > > Lluis >