Re: [PATCH v4 0/3] hw/i2c: smbus: Reset fixes

2024-02-22 Thread Philippe Mathieu-Daudé
Hi Joe, On 20/2/24 22:11, Joe Komlodi wrote: Changelog: This series adds some resets for SMBus and for the I2C core. Along with it, we make SMBus slave error printing a little more helpful. These reset issues were very infrequent, they would maybe occur in 1 out of hundreds of resets in our

[PATCH v4 0/3] hw/i2c: smbus: Reset fixes

2024-02-20 Thread Joe Komlodi
Changelog: v3 -> v4 Patch 1 - Removed the rest of the I3CBus class definition that I forgot to remove in v3 v2 -> v3 Patch 1 - Removed I3CBus class definition, since it was unneeded. - whitespace fixes - Changed enter_reset to hold_reset Patch 2 - Moved pointer returned by object_get_canonica