qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] qemu pc-nvdimm not recognized


From: chenyu
Subject: Re: [Qemu-discuss] qemu pc-nvdimm not recognized
Date: Fri, 17 Jun 2016 14:47:32 +0800

On Thu, Jun 16, 2016 at 9:45 PM, Alex <address@hidden> wrote:
> I have no idea what nvdimm is, but it seems like in 2.6.0 it is called just
> "nvdimm", not "pc-nvdimm":
>
> $ qemu-system-x86_64 -device help 2>&1 | grep nvd
> name "nvdimm", desc "DIMM memory module"
>
>
Thanks, Alex, nvdimm is the correct name, however I have new problem:

qemu-system-x86_64 -enable-kvm -cpu kvm64 -m 2G -smp 4 -hda
ubuntu_qemu.img  -device nvdimm,file=nvdimm.img
qemu-system-x86_64: -device nvdimm,file=nvdimm.img: Property '.file' not found

thus I change the file property to:
qemu-system-x86_64 -enable-kvm -cpu kvm64 -m 2G -smp 4 -hda
ubuntu_qemu.img  -device nvdimm,memdev=nvdimm.img
qemu-system-x86_64: -device nvdimm,memdev=nvdimm.img: Device
'nvdimm.img' not found



reply via email to

[Prev in Thread] Current Thread [Next in Thread]