Hi Alistair, On Fri, Feb 19, 2021 at 11:39 PM Bin Meng <bmeng...@gmail.com> wrote: > > From: Bin Meng <bin.m...@windriver.com> > > RV32 supports 34-bit physical address hence the maximum RAM size > should be limitted. Limit the RAM size to 10 GiB, which leaves > some room for PCIe high mmio space. > > For 32-bit host, this is not needed as machine->ram_size cannot > represent a RAM size that big. Use a #if size test to only do > the size limitation for the 64-bit host. > > Signed-off-by: Bin Meng <bin.m...@windriver.com> > > --- > > Changes in v2: > - Use a #if size test to only do the size limitation for the 64-bit host > > hw/riscv/virt.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) >
With the v2, all 32-bit host builds in the CI pipelines passed. Regards, Bin