From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq3Xr-0001n9-9r for qemu-devel@nongnu.org; Thu, 17 Feb 2011 08:05:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq3Xp-0003Gj-HU for qemu-devel@nongnu.org; Thu, 17 Feb 2011 08:05:18 -0500 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:33095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq3Xp-00034S-6W for qemu-devel@nongnu.org; Thu, 17 Feb 2011 08:05:17 -0500 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p1HD4gc4012201 for ; Thu, 17 Feb 2011 13:04:42 GMT Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p1HD4gE82043916 for ; Thu, 17 Feb 2011 13:04:48 GMT Received: from d06av06.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p1HD4ZKW018358 for ; Thu, 17 Feb 2011 06:04:35 -0700 Date: Thu, 17 Feb 2011 13:04:15 +0000 From: Stefan Hajnoczi Message-ID: <20110217130415.GA4454@stefanha-thinkpad.localdomain> References: <1297945565-10593-1-git-send-email-Jes.Sorensen@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297945565-10593-1-git-send-email-Jes.Sorensen@redhat.com> Subject: [Qemu-devel] Re: [PATCH v3] tracetool: Add optional argument to specify dtrace probe names List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Thu, Feb 17, 2011 at 01:26:05PM +0100, Jes.Sorensen@redhat.com wrote: > From: Jes Sorensen > > Optional feature allowing a user to generate the probe list to match > the name of the binary, in case they wish to install qemu under a > different name than qemu-{system,user}, > > Signed-off-by: Jes Sorensen > --- > scripts/tracetool | 19 +++++++++++++------ > 1 files changed, 13 insertions(+), 6 deletions(-) Thanks for the fix, I missed the problem with v2! Acked-by: Stefan Hajnoczi