Re: [PATCH 1/6] usb-storage: switch trace events

2020-11-05 Thread Philippe Mathieu-Daudé
On 11/5/20 2:41 PM, Gerd Hoffmann wrote: > Replace most DPRINTF macros with trace events. > Drop some DPRINTF macros. > > Signed-off-by: Gerd Hoffmann > --- > hw/usb/dev-storage.c | 42 +- > hw/usb/trace-events | 12 > 2 files changed, 29 ins

[PATCH 1/6] usb-storage: switch trace events

2020-11-05 Thread Gerd Hoffmann
Replace most DPRINTF macros with trace events. Drop some DPRINTF macros. Signed-off-by: Gerd Hoffmann --- hw/usb/dev-storage.c | 42 +- hw/usb/trace-events | 12 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/hw/usb/dev-stor