Re: [PATCH] hw/riscv: virt: bugfix the memory-backend-file command is invalid

2021-10-11 Thread Alistair Francis
On Thu, Sep 30, 2021 at 12:03 AM MingWang Li wrote: > > From: Mingwang Li > > If default main_mem is used to be registered as the system memory, > other memory cannot be initialized. Therefore, the system memory > should be initialized to the machine->ram, which consists of the > default main_mem

RE: [PATCH] hw/riscv: virt: bugfix the memory-backend-file command is invalid

2021-10-07 Thread limingwang (A)
> > > > From: Mingwang Li > > > > If default main_mem is used to be registered as the system memory, > > other memory cannot be initialized. Therefore, the system memory > > should be initialized to the machine->ram, which consists of the > > default main_mem and other possible memory required by

Re: [PATCH] hw/riscv: virt: bugfix the memory-backend-file command is invalid

2021-10-07 Thread Bin Meng
On Wed, Sep 29, 2021 at 10:03 PM MingWang Li wrote: > > From: Mingwang Li > > If default main_mem is used to be registered as the system memory, > other memory cannot be initialized. Therefore, the system memory > should be initialized to the machine->ram, which consists of the > default main_mem