From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJ6sf-0000YM-S7 for qemu-devel@nongnu.org; Thu, 18 Nov 2010 10:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJ6sa-0008U3-Bz for qemu-devel@nongnu.org; Thu, 18 Nov 2010 10:58:37 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:57979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJ6sa-0008Ts-9j for qemu-devel@nongnu.org; Thu, 18 Nov 2010 10:58:32 -0500 Received: by qyl33 with SMTP id 33so8153698qyl.4 for ; Thu, 18 Nov 2010 07:58:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4CE46CAD.5070109@codemonkey.ws> References: <1289244788-19961-1-git-send-email-berrange@redhat.com> <1289244788-19961-2-git-send-email-berrange@redhat.com> <4CE2A74C.6050302@codemonkey.ws> <20101117113554.GA29020@redhat.com> <4CE46CAD.5070109@codemonkey.ws> Date: Thu, 18 Nov 2010 15:58:31 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 1/2] Add a DTrace tracing backend targetted for SystemTAP compatability From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Prerna Saxena On Thu, Nov 18, 2010 at 12:00 AM, Anthony Liguori w= rote: >>> Applied both. =A0Thanks. >>> >> >> I'm afraid you have applied an old version of the patches. Please >> revert these, and apply version 6, from Nov 12th >> > > Sure, sorry about that. > > But in the future, please indicate the version somewhere in the patch > (preferrably the header). Here's the changelog from v5 to v6: - Fix handling of probes with no-args in DTrace provider - Generate one tapset per target, for both system and user emulators - Re-write command line arg parsing in tracetool so it doesn't assume a particular ordering of args - Change '-s' to '--stap' in tracetool to avoid confusion - Pass full binary name into tracetool It would be nice to have v6. Is it possible to revert v5 and apply v6 inst= ead? Stefan