[Qemu-devel] Re: [PATCH] sparc32: convert debug printf statements to tracepoints

2010-10-22 Thread Blue Swirl
On Fri, Oct 22, 2010 at 3:22 PM, Stefan Hajnoczi wrote: > On Thu, Oct 21, 2010 at 08:13:51PM +, Blue Swirl wrote: >> Replace debug printf statements with tracepoints. >> >> Signed-off-by: Blue Swirl >> --- >> There were problems with tracetool if the tracepoint string contained >> parentheses

[Qemu-devel] Re: [PATCH] sparc32: convert debug printf statements to tracepoints

2010-10-22 Thread Stefan Hajnoczi
On Thu, Oct 21, 2010 at 08:13:51PM +, Blue Swirl wrote: > Replace debug printf statements with tracepoints. > > Signed-off-by: Blue Swirl > --- > There were problems with tracetool if the tracepoint string contained > parentheses or brackets, so I removed those. > > hw/cs4231.c| 2