Re: [PATCH 4/6] hw/i2c: add canonical path to i2c event traces

2024-11-08 Thread Corey Minyard
On Thu, Nov 07, 2024 at 07:54:51PM +, Titus Rwantare wrote: > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Titus Rwantare Acked-by: Corey Minyard > --- > hw/i2c/core.c | 8 +--- > hw/i2c/trace-events | 2 +- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --

[PATCH 4/6] hw/i2c: add canonical path to i2c event traces

2024-11-07 Thread Titus Rwantare
Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Titus Rwantare --- hw/i2c/core.c | 8 +--- hw/i2c/trace-events | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/hw/i2c/core.c b/hw/i2c/core.c index 4cf30b2c86..d238311776 100644 --- a/hw/i2c/core.c +++ b/hw/i2c/co