From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5xwL-0001iu-7p for qemu-devel@nongnu.org; Tue, 20 Sep 2011 06:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5xwK-0004Ve-CL for qemu-devel@nongnu.org; Tue, 20 Sep 2011 06:52:37 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:60256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5xwK-0004TR-5v for qemu-devel@nongnu.org; Tue, 20 Sep 2011 06:52:36 -0400 Received: by wyh22 with SMTP id 22so410623wyh.4 for ; Tue, 20 Sep 2011 03:52:35 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E787071.4010209@redhat.com> Date: Tue, 20 Sep 2011 12:52:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1315561022-25386-1-git-send-email-stefanha@linux.vnet.ibm.com> <1315561022-25386-2-git-send-email-stefanha@linux.vnet.ibm.com> <4E786B74.7060704@siemens.com> In-Reply-To: <4E786B74.7060704@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] trace: portable simple trace backend using glib List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Stefan Hajnoczi , qemu-devel@nongnu.org On 09/20/2011 12:31 PM, Jan Kiszka wrote: > Please avoid restrictive glib thread services. We have qemu_thread > abstractions that allow central tuning (will be needed e.g. to adjust > scheduling parameters). I think the rationale here was to allow tracing the qemu_thread routines. For your application you can still use ust or systemtap backends. Paolo