[PATCH 0/4] Misc eeprom_at24c clean ups

BALATON Zoltan posted 4 patches 3 days, 7 hours ago
hw/nvram/eeprom_at24c.c | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
[PATCH 0/4] Misc eeprom_at24c clean ups
Posted by BALATON Zoltan 3 days, 7 hours ago
These are some small misc clean ups in hw/nvram/eeprom_at24c.

Regards,
BALATON Zoltan

BALATON Zoltan (4):
  hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
  hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
  hw/nvram/eeprom_at24c: Remove memset after g_malloc0
  hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values

 hw/nvram/eeprom_at24c.c | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

-- 
2.30.9
Re: [PATCH 0/4] Misc eeprom_at24c clean ups
Posted by Philippe Mathieu-Daudé 1 day, 9 hours ago
On 1/3/25 15:35, BALATON Zoltan wrote:
> These are some small misc clean ups in hw/nvram/eeprom_at24c.

> BALATON Zoltan (4):
>    hw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
>    hw/nvram/eeprom_at24c: Remove ERR macro that calls fprintf to stderr
>    hw/nvram/eeprom_at24c: Remove memset after g_malloc0
>    hw/nvram/eeprom_at24c: Reorganise init to avoid overwriting values

Thanks, series queued.