Re: [libvirt] [PATCH v5 01/11] nvdimm: introduce 'alignsize' element into xml for NVDIMM memory

2018-12-20 Thread John Ferlan
$SUBJ: s/nvdimm: introduce/conf: Introduce/ On 12/20/18 4:14 AM, Luyao Zhong wrote: > NVDIMM emulation will mmap the backend file, it uses host pagesize > as the alignment of mapping address before, but some backends may > require alignments different from the pagesize. So the 'alignsize' > opt

[libvirt] [PATCH v5 01/11] nvdimm: introduce 'alignsize' element into xml for NVDIMM memory

2018-12-20 Thread Luyao Zhong
NVDIMM emulation will mmap the backend file, it uses host pagesize as the alignment of mapping address before, but some backends may require alignments different from the pagesize. So the 'alignsize' option will be introduced to allow users specifying the proper alignment: ...