Re: [PATCH] hw/misc: i2c-echo: add tracing

2025-01-21 Thread Titus Rwantare
On Tue, 21 Jan 2025 at 02:43, Philippe Mathieu-Daudé wrote: > > Hi Titus, > > On 21/1/25 11:36, Titus Rwantare wrote: > > This has been useful when debugging when unsure if the guest is > > generating i2c traffic. > > > > Signed-off-by: Titus Rwantare > > --- > > hw/misc/i2c-echo.c | 13 +

Re: [PATCH] hw/misc: i2c-echo: add tracing

2025-01-21 Thread Philippe Mathieu-Daudé
Hi Titus, On 21/1/25 11:36, Titus Rwantare wrote: This has been useful when debugging when unsure if the guest is generating i2c traffic. Signed-off-by: Titus Rwantare --- hw/misc/i2c-echo.c | 13 + hw/misc/trace-events | 5 + 2 files changed, 18 insertions(+) diff --gi

[PATCH] hw/misc: i2c-echo: add tracing

2025-01-21 Thread Titus Rwantare
This has been useful when debugging when unsure if the guest is generating i2c traffic. Signed-off-by: Titus Rwantare --- hw/misc/i2c-echo.c | 13 + hw/misc/trace-events | 5 + 2 files changed, 18 insertions(+) diff --git a/hw/misc/i2c-echo.c b/hw/misc/i2c-echo.c index 5ae3d0