Re: [Qemu-devel] [PATCH v4 02/11] sdcard: replace DPRINTF() by trace events

2018-02-16 Thread Alistair Francis
On Thu, Feb 15, 2018 at 2:05 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/sd/sd.c | 32 ++-- > hw/sd/trace-events | 6 ++ > 2 files changed, 32 insertions(+), 6 deletions(-

[Qemu-devel] [PATCH v4 02/11] sdcard: replace DPRINTF() by trace events

2018-02-15 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- hw/sd/sd.c | 32 ++-- hw/sd/trace-events | 6 ++ 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/hw/sd/sd.c b/hw/sd/sd.c index ce1f2fdf76..72e9b47e34 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -40,