Re: [Qemu-devel] [PATCH 15/30] hw/lm32: use the BYTE-based definitions

2018-02-15 Thread Philippe Mathieu-Daudé
On 02/15/2018 01:28 AM, Philippe Mathieu-Daudé wrote: > It ease code review, unit is explicit. Forgot to add: Signed-off-by: Philippe Mathieu-Daudé > --- > hw/lm32/lm32_boards.c | 12 ++-- > hw/lm32/milkymist.c | 8 > 2 files changed, 10 insertions(+), 10 deletions(-) > >

[Qemu-devel] [PATCH 15/30] hw/lm32: use the BYTE-based definitions

2018-02-14 Thread Philippe Mathieu-Daudé
It ease code review, unit is explicit. --- hw/lm32/lm32_boards.c | 12 ++-- hw/lm32/milkymist.c | 8 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hw/lm32/lm32_boards.c b/hw/lm32/lm32_boards.c index 527bcc229c..15315101be 100644 --- a/hw/lm32/lm32_boards.c ++