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

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

2020-07-02 Thread Bin Meng
From: Bin Meng Adjust the PCIe memory maps to follow the order. Signed-off-by: Bin Meng --- hw/riscv/virt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c index 5ca49c5..aacfbda 100644 --- a/hw/riscv/virt.c +++ b/hw/riscv/virt.c @@