Re: [PATCH 4/4] hw/timer/nrf51_timer: Add trace event of counter value update

2020-05-04 Thread Richard Henderson
On 5/4/20 12:28 AM, Philippe Mathieu-Daudé wrote: > Add trace event to display timer's counter value updates. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/timer/nrf51_timer.c | 1 + > hw/timer/trace-events | 1 + > 2 files changed, 2 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 4/4] hw/timer/nrf51_timer: Add trace event of counter value update

2020-05-04 Thread Philippe Mathieu-Daudé
Add trace event to display timer's counter value updates. Signed-off-by: Philippe Mathieu-Daudé --- hw/timer/nrf51_timer.c | 1 + hw/timer/trace-events | 1 + 2 files changed, 2 insertions(+) diff --git a/hw/timer/nrf51_timer.c b/hw/timer/nrf51_timer.c index 38cea0542e..42be79c736 100644 --- a