Re: [PATCH] virtio-pmem-pci: force virtio version 1

2020-09-25 Thread Cornelia Huck
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 :

Re: [PATCH] virtio-pmem-pci: force virtio version 1

2020-09-25 Thread Pankaj Gupta
> > > 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.

Re: [PATCH] virtio-pmem-pci: force virtio version 1

2020-09-25 Thread Cornelia Huck
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

Re: [PATCH] virtio-pmem-pci: force virtio version 1

2020-09-25 Thread David Hildenbrand
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.