Re: [Qemu-devel] [PATCH v4] New trace-event backend: stderr

2011-01-29 Thread Blue Swirl
Thanks, applied. On Thu, Jan 27, 2011 at 9: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 can > display the list of available backends. > > Signed-off-by: Fabi

Re: [Qemu-devel] [PATCH v4] New trace-event backend: stderr

2011-01-28 Thread Stefan Hajnoczi
On Fri, Jan 28, 2011 at 1:55 PM, Fabien Chouteau wrote: > 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 can >> display the list of av

Re: [Qemu-devel] [PATCH v4] New trace-event backend: stderr

2011-01-28 Thread Fabien Chouteau
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 can display the list of available backends. Signed-off-by: Fabien Chouteau --- configure

[Qemu-devel] [PATCH v4] New trace-event backend: stderr

2011-01-27 Thread Fabien Chouteau
This backend sends trace events to standard error output during the emulation. Also add a "--list-backends" option to tracetool, so configure script can display the list of available backends. Signed-off-by: Fabien Chouteau --- configure |3 +- docs/tracing.txt |5 scripts