Re: [PATCH 01/14] hw/arm/raspi: Use the IEC binary prefix definitions

2019-09-28 Thread Esteban Bosse
El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: > IEC binary prefixes ease code review: the unit is explicit. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/raspi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/arm/raspi.c b/hw/

Re: [PATCH 01/14] hw/arm/raspi: Use the IEC binary prefix definitions

2019-09-27 Thread Esteban Bosse
Reviewed-by: Esteban El mié., 4 sept. 2019 a las 19:13, Philippe Mathieu-Daudé () escribió: > IEC binary prefixes ease code review: the unit is explicit. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/raspi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a

[Qemu-devel] [PATCH 01/14] hw/arm/raspi: Use the IEC binary prefix definitions

2019-09-04 Thread Philippe Mathieu-Daudé
IEC binary prefixes ease code review: the unit is explicit. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/raspi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c index 74c062d05e..615d755879 100644 --- a/hw/arm/raspi.c +++ b/hw/arm/raspi