Re: [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'

2021-01-25 Thread Philippe Mathieu-Daudé
On 1/22/21 1:29 PM, Bin Meng wrote: > From: Bin Meng > > There is already a MemMapEntry type defined in hwaddr.h. Let's drop > the RISC-V defined `struct MemmapEntry` and use the existing one. > > Signed-off-by: Bin Meng > --- > > hw/riscv/microchip_pfsoc.c | 9 +++-- > hw/riscv/opentita

Re: [PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'

2021-01-22 Thread Alistair Francis
On Fri, Jan 22, 2021 at 4:31 AM Bin Meng wrote: > > From: Bin Meng > > There is already a MemMapEntry type defined in hwaddr.h. Let's drop > the RISC-V defined `struct MemmapEntry` and use the existing one. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/risc

[PATCH 1/4] hw/riscv: Drop 'struct MemmapEntry'

2021-01-22 Thread Bin Meng
From: Bin Meng There is already a MemMapEntry type defined in hwaddr.h. Let's drop the RISC-V defined `struct MemmapEntry` and use the existing one. Signed-off-by: Bin Meng --- hw/riscv/microchip_pfsoc.c | 9 +++-- hw/riscv/opentitan.c | 9 +++-- hw/riscv/sifive_e.c|