Re: [PATCH] hw/riscv: virt: Sort the SoC memmap table entries

2020-07-06 Thread Alistair Francis
On Thu, Jul 2, 2020 at 8:23 PM Bin Meng wrote: > > From: Bin Meng > > Adjust the PCIe memory maps to follow the order. > > Signed-off-by: Bin Meng Thanks! Applied to riscv-to-apply.next Alistair > --- > > hw/riscv/virt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >

Re: [PATCH] hw/riscv: virt: Sort the SoC memmap table entries

2020-07-06 Thread Alistair Francis
On Thu, Jul 2, 2020 at 8:23 PM Bin Meng wrote: > > From: Bin Meng > > Adjust the PCIe memory maps to follow the order. > > Signed-off-by: Bin Meng Reviewed-by: Alistair Francis Alistair > --- > > hw/riscv/virt.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git