On Fri, 25 Sep 2020 13:49:05 +0200
Pankaj Gupta wrote:
> >
> > > Qemu fails with below error when trying to run with virtio pmem:
> > >
> > > (qemu) qemu-system-x86_64: -device virtio-pmem-pci,memdev=mem1,id=nv1:
> > > device is modern-only, use disable-legacy=on
> >
> > Oh, another one :
>
> > Qemu fails with below error when trying to run with virtio pmem:
> >
> > (qemu) qemu-system-x86_64: -device virtio-pmem-pci,memdev=mem1,id=nv1:
> > device is modern-only, use disable-legacy=on
>
> Oh, another one :(
:)
>
> >
> > This patch fixes this by forcing virtio 1 with virtio-pmem.
On Fri, 25 Sep 2020 12:22:51 +0200
Pankaj Gupta wrote:
> Qemu fails with below error when trying to run with virtio pmem:
>
> (qemu) qemu-system-x86_64: -device virtio-pmem-pci,memdev=mem1,id=nv1:
> device is modern-only, use disable-legacy=on
Oh, another one :(
>
> This patch fixes thi
On 25.09.20 12:22, Pankaj Gupta wrote:
> Qemu fails with below error when trying to run with virtio pmem:
>
> (qemu) qemu-system-x86_64: -device virtio-pmem-pci,memdev=mem1,id=nv1:
> device is modern-only, use disable-legacy=on
>
> This patch fixes this by forcing virtio 1 with virtio-pmem.