Re: [PATCH 0/5] PMBus fixes and new functions

2023-03-30 Thread Philippe Mathieu-Daudé
On 22/3/23 18:55, Titus Rwantare wrote: This patch series contains fixes and improvements to PMBus support in QEMU. Fixes: - String read now handles now logs an error when passed an empty string Titus Rwantare (5): hw/i2c: pmbus: block uninitialised string reads Patch #4

[PATCH 0/5] PMBus fixes and new functions

2023-03-22 Thread Titus Rwantare
This patch series contains fixes and improvements to PMBus support in QEMU. The following has been added: - Support for block receive - Support for devices with fans - Support for the VCAP register for devices with onboard energy storage - A bitfield struct for the vout mode register,