Re: [PATCH v2 3/5] conf, qemu: enable NVDIMM support for ppc64

2020-03-23 Thread Daniel Henrique Barboza
On 3/23/20 3:46 PM, Michal Prívozník wrote: On 11. 3. 2020 22:29, Daniel Henrique Barboza wrote: Using the 'uuid' element for ppc64 NVDIMM memory added in the previous patch, use it in qemuBuildMemoryDeviceStr() to pass it over to QEMU. Another ppc64 restriction is the necessity of a mem->la

Re: [PATCH v2 3/5] conf, qemu: enable NVDIMM support for ppc64

2020-03-23 Thread Michal Prívozník
On 11. 3. 2020 22:29, Daniel Henrique Barboza wrote: > Using the 'uuid' element for ppc64 NVDIMM memory added in the > previous patch, use it in qemuBuildMemoryDeviceStr() to pass > it over to QEMU. > > Another ppc64 restriction is the necessity of a mem->labelsize, > given than ppc64 only support

Re: [PATCH v2 3/5] conf, qemu: enable NVDIMM support for ppc64

2020-03-20 Thread Daniel Henrique Barboza
On 3/20/20 4:53 AM, Shivaprasad bhat wrote: On Thu, Mar 12, 2020 at 3:00 AM Daniel Henrique Barboza wrote: Using the 'uuid' element for ppc64 NVDIMM memory added in the previous patch, use it in qemuBuildMemoryDeviceStr() to pass it over to QEMU. Another ppc64 restriction is the necessity

Re: [PATCH v2 3/5] conf, qemu: enable NVDIMM support for ppc64

2020-03-20 Thread Shivaprasad bhat
On Thu, Mar 12, 2020 at 3:00 AM Daniel Henrique Barboza wrote: > > Using the 'uuid' element for ppc64 NVDIMM memory added in the > previous patch, use it in qemuBuildMemoryDeviceStr() to pass > it over to QEMU. > > Another ppc64 restriction is the necessity of a mem->labelsize, > given than ppc64

[PATCH v2 3/5] conf, qemu: enable NVDIMM support for ppc64

2020-03-11 Thread Daniel Henrique Barboza
Using the 'uuid' element for ppc64 NVDIMM memory added in the previous patch, use it in qemuBuildMemoryDeviceStr() to pass it over to QEMU. Another ppc64 restriction is the necessity of a mem->labelsize, given than ppc64 only support label-area backed NVDIMMs. Finally, we don't want ppc64 NVDIMMs