Re: [Qemu-devel] [PATCH] ehci: avoid string arguments in trace events

2011-09-05 Thread Gerd Hoffmann
Hi, Let's drop this patch. I will update the tracing documentation. Great. thanks, Gerd

Re: [Qemu-devel] [PATCH] ehci: avoid string arguments in trace events

2011-09-05 Thread Stefan Hajnoczi
On Mon, Sep 5, 2011 at 9:38 AM, Gerd Hoffmann wrote: > On 09/03/11 17:22, Stefan Hajnoczi wrote: >> >> String arguments are not supported by all trace backends.  This patch >> replaces existing string arguments in hw/usb-ehci.c either with >> individual trace events that remain human-friendly or b

Re: [Qemu-devel] [PATCH] ehci: avoid string arguments in trace events

2011-09-05 Thread Gerd Hoffmann
On 09/03/11 17:22, Stefan Hajnoczi wrote: String arguments are not supported by all trace backends. This patch replaces existing string arguments in hw/usb-ehci.c either with individual trace events that remain human-friendly or by printing raw addresses when there is no alternative or downside

[Qemu-devel] [PATCH] ehci: avoid string arguments in trace events

2011-09-03 Thread Stefan Hajnoczi
String arguments are not supported by all trace backends. This patch replaces existing string arguments in hw/usb-ehci.c either with individual trace events that remain human-friendly or by printing raw addresses when there is no alternative or downside to that. States and usbsts bits remain huma