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

2021-10-18 Thread Igor Mammedov
On Mon, 18 Oct 2021 10:17:45 +0800 Bin Meng wrote: > Hi Igor, > > On Fri, Oct 15, 2021 at 8:59 PM Igor Mammedov wrote: > > > > On Fri, 15 Oct 2021 17:25:01 +0800 > > Bin Meng wrote: > > > > > On Fri, Oct 15, 2021 at 4:52 PM limingwang (A) > > > wrote: > > > > > > > > > > > > On Wed, Oct

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

2021-10-17 Thread Bin Meng
Hi Igor, On Fri, Oct 15, 2021 at 8:59 PM Igor Mammedov wrote: > > On Fri, 15 Oct 2021 17:25:01 +0800 > Bin Meng wrote: > > > On Fri, Oct 15, 2021 at 4:52 PM limingwang (A) > > wrote: > > > > > > > > > On Wed, Oct 13, 2021 at 22:41 PM Bin Meng wrote: > > > > > > > > On Tue, Oct 12, 2021 at

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

2021-10-15 Thread Igor Mammedov
On Fri, 15 Oct 2021 17:25:01 +0800 Bin Meng wrote: > On Fri, Oct 15, 2021 at 4:52 PM limingwang (A) wrote: > > > > > > On Wed, Oct 13, 2021 at 22:41 PM Bin Meng wrote: > > > > > > On Tue, Oct 12, 2021 at 9:46 AM MingWang Li > > > wrote: > > > > > > > > From: Mingwang Li > > > > > > > >

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

2021-10-15 Thread Bin Meng
On Fri, Oct 15, 2021 at 4:52 PM limingwang (A) wrote: > > > On Wed, Oct 13, 2021 at 22:41 PM Bin Meng wrote: > > > > On Tue, Oct 12, 2021 at 9:46 AM MingWang Li wrote: > > > > > > From: Mingwang Li > > > > > > When I start the VM with the following command: > > > $ ./qemu-system-riscv64 -M

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

2021-10-15 Thread limingwang (A)
On Wed, Oct 13, 2021 at 22:41 PM Bin Meng wrote: > > On Tue, Oct 12, 2021 at 9:46 AM MingWang Li wrote: > > > > From: Mingwang Li > > > > When I start the VM with the following command: > > $ ./qemu-system-riscv64 -M virt,accel=kvm -m 4096M -cpu host -nographic \ > > -name

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

2021-10-13 Thread Bin Meng
On Tue, Oct 12, 2021 at 9:46 AM MingWang Li wrote: > > From: Mingwang Li > > When I start the VM with the following command: > $ ./qemu-system-riscv64 -M virt,accel=kvm -m 4096M -cpu host -nographic \ > -name guest=riscv-guset \ > -smp 2 \ > -bios none \ > -kernel ./Image \ >

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

2021-10-11 Thread MingWang Li
From: Mingwang Li When I start the VM with the following command: $ ./qemu-system-riscv64 -M virt,accel=kvm -m 4096M -cpu host -nographic \ -name guest=riscv-guset \ -smp 2 \ -bios none \ -kernel ./Image \ -drive file=./guest.img,format=raw,id=hd0 \ -device