Re: [PATCH] hw/nvram: use at24 macro

2022-02-21 Thread Laurent Vivier
Le 25/01/2022 à 10:20, Paolo Bonzini a écrit : On 1/19/22 22:43, Patrick Venture wrote: Use the macro for going from I2CSlave to EEPROMState. Signed-off-by: Patrick Venture ---   hw/nvram/eeprom_at24c.c | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/nvram/eeprom_at24c.

Re: [PATCH] hw/nvram: use at24 macro

2022-01-25 Thread Paolo Bonzini
On 1/19/22 22:43, Patrick Venture wrote: Use the macro for going from I2CSlave to EEPROMState. Signed-off-by: Patrick Venture --- hw/nvram/eeprom_at24c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/nvram/eeprom_at24c.c b/hw/nvram/eeprom_at24c.c index af6f5dbb99..da

Re: [PATCH] hw/nvram: use at24 macro

2022-01-24 Thread Patrick Venture
On Wed, Jan 19, 2022 at 1:43 PM Patrick Venture wrote: > Use the macro for going from I2CSlave to EEPROMState. > > Signed-off-by: Patrick Venture > --- > hw/nvram/eeprom_at24c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/nvram/eeprom_at24c.c b/hw/nvram/eeprom_at

Re: [PATCH] hw/nvram: use at24 macro

2022-01-19 Thread Philippe Mathieu-Daudé via
On 19/1/22 22:43, Patrick Venture wrote: Use the macro for going from I2CSlave to EEPROMState. Signed-off-by: Patrick Venture --- hw/nvram/eeprom_at24c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] hw/nvram: use at24 macro

2022-01-19 Thread Patrick Venture
Use the macro for going from I2CSlave to EEPROMState. Signed-off-by: Patrick Venture --- hw/nvram/eeprom_at24c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/nvram/eeprom_at24c.c b/hw/nvram/eeprom_at24c.c index af6f5dbb99..da435500ba 100644 --- a/hw/nvram/eeprom_at24c.c