Re: [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events

2024-05-13 Thread Bernhard Beschow
Am 13. Mai 2024 11:30:04 UTC schrieb "Philippe Mathieu-Daudé" : >On 13/5/24 12:11, Bernhard Beschow wrote: >> Signed-off-by: Bernhard Beschow >> --- >> hw/timer/imx_gpt.c| 18 +- >> hw/timer/trace-events | 6 ++ >> 2 files changed, 11 insertions(+), 13 deletions(-)

Re: [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events

2024-05-13 Thread Philippe Mathieu-Daudé
On 13/5/24 12:11, Bernhard Beschow wrote: Signed-off-by: Bernhard Beschow --- hw/timer/imx_gpt.c| 18 +- hw/timer/trace-events | 6 ++ 2 files changed, 11 insertions(+), 13 deletions(-) @@ -317,7 +310,7 @@ static uint64_t imx_gpt_read(void *opaque, hwaddr offset,

[PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events

2024-05-13 Thread Bernhard Beschow
Signed-off-by: Bernhard Beschow --- hw/timer/imx_gpt.c| 18 +- hw/timer/trace-events | 6 ++ 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/hw/timer/imx_gpt.c b/hw/timer/imx_gpt.c index a8edaec867..3c3b044622 100644 --- a/hw/timer/imx_gpt.c +++ b/hw/time