Re: [PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine

2021-02-12 Thread Alistair Francis
On Fri, Jan 22, 2021 at 4:32 AM Bin Meng wrote: > > From: Bin Meng > > This series does the following clean-ups: > - Drop 'struct MemmapEntry' > - virt: Drop the 'link_up' parameter of gpex_pcie_init() > > It also adds the following small enhancement to 'virt' machine: > - Limit RAM size in a 32-

[PATCH 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine

2021-01-22 Thread Bin Meng
From: Bin Meng This series does the following clean-ups: - Drop 'struct MemmapEntry' - virt: Drop the 'link_up' parameter of gpex_pcie_init() It also adds the following small enhancement to 'virt' machine: - Limit RAM size in a 32-bit system - Map high mmio for PCIe Bin Meng (4): hw/riscv: D