On 1/3/25 15:35, BALATON Zoltan wrote:
In the realize method error_setg can be used like other places there
already do. The other usage can be replaced with error_report which is
the preferred way instead of directly printing to stderr.
Signed-off-by: BALATON Zoltan
---
hw/nvram/eeprom_at24c.
In the realize method error_setg can be used like other places there
already do. The other usage can be replaced with error_report which is
the preferred way instead of directly printing to stderr.
Signed-off-by: BALATON Zoltan
---
hw/nvram/eeprom_at24c.c | 12 +---
1 file changed, 5 ins