From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQmn3-0000Vq-L5 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 19:22:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQmmq-0002Pj-DI for qemu-devel@nongnu.org; Mon, 30 Sep 2013 19:22:09 -0400 Received: from smtp.polymtl.ca ([132.207.4.11]:59384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQmmq-0002PD-93 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 19:21:56 -0400 Message-ID: <524A077F.6090307@polymtl.ca> Date: Mon, 30 Sep 2013 19:21:35 -0400 From: Mohamad Gebai MIME-Version: 1.0 References: <1380101319-29435-1-git-send-email-stefanha@redhat.com> <52431092.7040109@polymtl.ca> <20130926080121.GD24531@stefanha-thinkpad.redhat.com> In-Reply-To: <20130926080121.GD24531@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [lttng-dev] [PATCH] trace: drop LTTng Userspace Tracer backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: lttng-dev@lists.lttng.org, =?ISO-8859-1?Q?Alex_Benn=E9e?= , qemu-devel@nongnu.org, Stefan Hajnoczi , =?ISO-8859-1?Q?Llu=EDs_Vilanova?= Hi Stefan, Sorry for the delay but I rewrote all the patches to make the merge as non-intrusive as possible, which wasn't the case in the patches I wrote for my personal use. I submitted them in a different thread on the mailing list. Mohamad On 13-09-26 04:01 AM, Stefan Hajnoczi wrote: > On Wed, Sep 25, 2013 at 12:34:26PM -0400, Mohamad Gebai wrote: >> I am actually using LTTng 2.x as a backend for UST to do some >> performance analysis and latency investigation using Qemu/KVM. I >> already have all the patches ready to replace the old 0.x interface, >> and I am preparing them for the merge upstream. > Excellent, I was hoping to find someone who wants to update the code. > > Do you need the old 0.x code for your patches or is it cleaner if we > apply my patch to drop that first? I guess you pretty much rewrote > the ./configure and tracetool pieces... > > Stefan