Re: [Qemu-devel] Grand Unified Tracing

2011-08-23 Thread Blue Swirl
On Tue, Aug 23, 2011 at 2:54 PM, Blue Swirl wrote: > On Tue, Aug 23, 2011 at 2:45 PM, Stefan Hajnoczi wrote: >> On Tue, Aug 23, 2011 at 3:34 PM, Blue Swirl wrote: >>> On Tue, Aug 23, 2011 at 5:35 AM, Stefan Hajnoczi wrote: On Mon, Aug 22, 2011 at 9:59 PM, Blue Swirl wrote: > On Mon, A

Re: [Qemu-devel] Grand Unified Tracing

2011-08-23 Thread Blue Swirl
On Tue, Aug 23, 2011 at 2:45 PM, Stefan Hajnoczi wrote: > On Tue, Aug 23, 2011 at 3:34 PM, Blue Swirl wrote: >> On Tue, Aug 23, 2011 at 5:35 AM, Stefan Hajnoczi wrote: >>> On Mon, Aug 22, 2011 at 9:59 PM, Blue Swirl wrote: On Mon, Aug 22, 2011 at 8:23 PM, Stefan Hajnoczi wrote:

Re: [Qemu-devel] Grand Unified Tracing

2011-08-23 Thread Stefan Hajnoczi
On Tue, Aug 23, 2011 at 3:34 PM, Blue Swirl wrote: > On Tue, Aug 23, 2011 at 5:35 AM, Stefan Hajnoczi wrote: >> On Mon, Aug 22, 2011 at 9:59 PM, Blue Swirl wrote: >>> On Mon, Aug 22, 2011 at 8:23 PM, Stefan Hajnoczi wrote: On Mon, Aug 22, 2011 at 7:14 PM, Blue Swirl wrote: > OpenBIOS

Re: [Qemu-devel] Grand Unified Tracing

2011-08-23 Thread Blue Swirl
On Tue, Aug 23, 2011 at 5:35 AM, Stefan Hajnoczi wrote: > On Mon, Aug 22, 2011 at 9:59 PM, Blue Swirl wrote: >> On Mon, Aug 22, 2011 at 8:23 PM, Stefan Hajnoczi wrote: >>> On Mon, Aug 22, 2011 at 7:14 PM, Blue Swirl wrote: OpenBIOS uses traditional DPRINTFs for debugging. I was considering

Re: [Qemu-devel] Grand Unified Tracing

2011-08-22 Thread Stefan Hajnoczi
On Mon, Aug 22, 2011 at 9:59 PM, Blue Swirl wrote: > On Mon, Aug 22, 2011 at 8:23 PM, Stefan Hajnoczi wrote: >> On Mon, Aug 22, 2011 at 7:14 PM, Blue Swirl wrote: >>> OpenBIOS uses traditional DPRINTFs for debugging. I was considering >>> replacing those with tracepoints, which would output to s

Re: [Qemu-devel] Grand Unified Tracing

2011-08-22 Thread Blue Swirl
On Mon, Aug 22, 2011 at 8:23 PM, Stefan Hajnoczi wrote: > On Mon, Aug 22, 2011 at 7:14 PM, Blue Swirl wrote: >> OpenBIOS uses traditional DPRINTFs for debugging. I was considering >> replacing those with tracepoints, which would output to serial device >> or whatever DPRINTFs are using currently.

Re: [Qemu-devel] Grand Unified Tracing

2011-08-22 Thread Stefan Hajnoczi
On Mon, Aug 22, 2011 at 7:14 PM, Blue Swirl wrote: > OpenBIOS uses traditional DPRINTFs for debugging. I was considering > replacing those with tracepoints, which would output to serial device > or whatever DPRINTFs are using currently. This would not be extremely > useful by itself, except maybe

[Qemu-devel] Grand Unified Tracing

2011-08-22 Thread Blue Swirl
OpenBIOS uses traditional DPRINTFs for debugging. I was considering replacing those with tracepoints, which would output to serial device or whatever DPRINTFs are using currently. This would not be extremely useful by itself, except maybe that configuration for debugging would be concentrated to si