Re: [Qemu-devel] [PATCH 1/7] virtio-pmem: add virtio device

2019-06-09 Thread Pankaj Gupta
> > > This is the implementation of virtio-pmem device. Support will require > > machine changes for the architectures that will support it, so it will > > not yet be compiled. It can be unlocked with VIRTIO_PMEM_SUPPORTED per > > machine and disabled globally via VIRTIO_PMEM. > > > > We cannot

Re: [Qemu-devel] [PATCH 1/7] virtio-pmem: add virtio device

2019-06-04 Thread Cornelia Huck
On Thu, 23 May 2019 15:54:43 +0530 Pankaj Gupta wrote: > This is the implementation of virtio-pmem device. Support will require > machine changes for the architectures that will support it, so it will > not yet be compiled. It can be unlocked with VIRTIO_PMEM_SUPPORTED per > machine and disabled

Re: [Qemu-devel] [PATCH 1/7] virtio-pmem: add virtio device

2019-05-23 Thread Pankaj Gupta
> > On 5/23/19 5:24 AM, Pankaj Gupta wrote: > > This is the implementation of virtio-pmem device. Support will require > > machine changes for the architectures that will support it, so it will > > not yet be compiled. It can be unlocked with VIRTIO_PMEM_SUPPORTED per > > machine and disabled gl

Re: [Qemu-devel] [PATCH 1/7] virtio-pmem: add virtio device

2019-05-23 Thread Eric Blake
On 5/23/19 5:24 AM, Pankaj Gupta wrote: > This is the implementation of virtio-pmem device. Support will require > machine changes for the architectures that will support it, so it will > not yet be compiled. It can be unlocked with VIRTIO_PMEM_SUPPORTED per > machine and disabled globally via VIRT

[Qemu-devel] [PATCH 1/7] virtio-pmem: add virtio device

2019-05-23 Thread Pankaj Gupta
This is the implementation of virtio-pmem device. Support will require machine changes for the architectures that will support it, so it will not yet be compiled. It can be unlocked with VIRTIO_PMEM_SUPPORTED per machine and disabled globally via VIRTIO_PMEM. We cannot use the "addr" property as t