From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53928 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pi1E9-0006aJ-Jg for qemu-devel@nongnu.org; Wed, 26 Jan 2011 03:59:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pi1E8-0005F7-IZ for qemu-devel@nongnu.org; Wed, 26 Jan 2011 03:59:45 -0500 Received: from mel.act-europe.fr ([194.98.77.210]:58964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pi1E8-0005BQ-D1 for qemu-devel@nongnu.org; Wed, 26 Jan 2011 03:59:44 -0500 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 98D62CB026B for ; Wed, 26 Jan 2011 09:59:22 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id va2f6jz+oS9l for ; Wed, 26 Jan 2011 09:59:22 +0100 (CET) Received: from [10.10.1.88] (pompomgalli.act-europe.fr [10.10.1.88]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 84CDECB021C for ; Wed, 26 Jan 2011 09:59:22 +0100 (CET) Message-ID: <4D3FE266.1020009@adacore.com> Date: Wed, 26 Jan 2011 09:59:18 +0100 From: Fabien Chouteau MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH][RFC] New trace-event backend: stdio References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 01/24/2011 06:33 PM, Fabien Chouteau wrote: > This backend sends trace events to standard output during the emulation. > Any comments? -- Fabien Chouteau