Re: [Xen-devel] [RFC XEN PATCH 00/16] Add vNVDIMM support to HVM domains

2016-10-25 Thread Wei Liu
On Tue, Oct 25, 2016 at 02:55:06PM +0800, Haozhong Zhang wrote: > On 10/24/16 17:37 +0100, Wei Liu wrote: > >Hi Haozhong > > > >All the toolstack patches seem to be tied to the hypervisor interface. > >Given that the final design of how nvdimm is expected to work in Xen is > >still under discussion

Re: [Xen-devel] [RFC XEN PATCH 00/16] Add vNVDIMM support to HVM domains

2016-10-24 Thread Haozhong Zhang
On 10/24/16 17:37 +0100, Wei Liu wrote: Hi Haozhong All the toolstack patches seem to be tied to the hypervisor interface. Given that the final design of how nvdimm is expected to work in Xen is still under discussion, I think I'm going to shelve these patches for now. If you mean Patch 13 -

Re: [Xen-devel] [RFC XEN PATCH 00/16] Add vNVDIMM support to HVM domains

2016-10-24 Thread Wei Liu
Hi Haozhong All the toolstack patches seem to be tied to the hypervisor interface. Given that the final design of how nvdimm is expected to work in Xen is still under discussion, I think I'm going to shelve these patches for now. Let me know if my judgement on this matter is incorrect. Wei. ___

[Xen-devel] [RFC XEN PATCH 00/16] Add vNVDIMM support to HVM domains

2016-10-09 Thread Haozhong Zhang
Overview This RFC Xen patch series along with corresponding patch series of QEMU, Linux kernel and ndctl implements the basic functionality of vNVDIMM for HVM domains. It currently supports to assign host pmem devices or files on host pmem devices to HVM domains as virtual NVDIMM devices.