Re: [PATCH] hw/timer/hpet: Convert DPRINTF to trace events

2024-01-17 Thread Philippe Mathieu-Daudé
Hi Daniel, On 19/11/23 00:11, Daniel Hoffman wrote: This conversion is pretty straight-forward. Standardized some formatting so the +0 and +4 offset cases can recycle the same message. Signed-off-by: Daniel Hoffman --- hw/timer/hpet.c | 55 +--

Re: [PATCH] hw/timer/hpet: Convert DPRINTF to trace events

2023-11-21 Thread Dan Hoffman
bump On Sat, Nov 18, 2023 at 5:13 PM Daniel Hoffman wrote: > > This conversion is pretty straight-forward. Standardized some formatting > so the +0 and +4 offset cases can recycle the same message. > > Signed-off-by: Daniel Hoffman > --- > hw/timer/hpet.c | 55 +---

[PATCH] hw/timer/hpet: Convert DPRINTF to trace events

2023-11-18 Thread Daniel Hoffman
This conversion is pretty straight-forward. Standardized some formatting so the +0 and +4 offset cases can recycle the same message. Signed-off-by: Daniel Hoffman --- hw/timer/hpet.c | 55 +-- hw/timer/trace-events | 16 + 2 files changed