From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pir2Q-0004kt-Ic for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:19:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pir2M-0006gf-8h for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:19:03 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:37204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pir2M-0006ga-69 for qemu-devel@nongnu.org; Fri, 28 Jan 2011 11:19:02 -0500 Received: by gye5 with SMTP id 5so1257051gye.4 for ; Fri, 28 Jan 2011 08:19:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4D42CAC8.6090905@adacore.com> References: <00f9ac47200684b4a0061dce755af0a280ebd648.1296120144.git.chouteau@adacore.com> <4D42CAC8.6090905@adacore.com> Date: Fri, 28 Jan 2011 16:19:01 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH v4] New trace-event backend: stderr 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: Fabien Chouteau Cc: qemu-devel@nongnu.org On Fri, Jan 28, 2011 at 1:55 PM, Fabien Chouteau wro= te: > On 01/27/2011 10:24 AM, Fabien Chouteau wrote: >> >> This backend sends trace events to standard error output during the >> emulation. >> >> Also add a "--list-backends" option to tracetool, so configure script ca= n >> display the list of available backends. >> >> Signed-off-by: Fabien Chouteau >> --- >> =A0configure =A0 =A0 =A0 =A0 | =A0 =A03 +- >> =A0docs/tracing.txt =A0| =A0 =A05 ++++ >> =A0scripts/tracetool | =A0 60 >> +++++++++++++++++++++++++++++++++++++++++++++++++++- >> =A03 files changed, 65 insertions(+), 3 deletions(-) Acked-by: Stefan Hajnoczi