Re: [Qemu-devel] [PATCH 04/14] hw/timer/pl031: Convert to using trace events

2019-02-18 Thread Philippe Mathieu-Daudé
On 2/14/19 1:50 PM, Peter Maydell wrote: > Convert the debug printing in the PL031 device to use trace events, > and augment it to cover the interesting parts of device operation. > > Signed-off-by: Peter Maydell > --- > hw/timer/pl031.c | 55 +++ > h

Re: [Qemu-devel] [PATCH 04/14] hw/timer/pl031: Convert to using trace events

2019-02-17 Thread Richard Henderson
On 2/14/19 4:50 AM, Peter Maydell wrote: > Convert the debug printing in the PL031 device to use trace events, > and augment it to cover the interesting parts of device operation. > > Signed-off-by: Peter Maydell > --- > hw/timer/pl031.c | 55 +++ > h

[Qemu-devel] [PATCH 04/14] hw/timer/pl031: Convert to using trace events

2019-02-14 Thread Peter Maydell
Convert the debug printing in the PL031 device to use trace events, and augment it to cover the interesting parts of device operation. Signed-off-by: Peter Maydell --- hw/timer/pl031.c | 55 +++ hw/timer/trace-events | 6 + 2 files changed, 36 in