Re: [PATCH 0/2] Init vNVDIMM LSA if applicable

2022-03-31 Thread Robert Hoo
On Thu, 2022-03-31 at 14:03 +0200, Igor Mammedov wrote: > On Tue, 29 Mar 2022 15:07:41 +0800 > Robert Hoo wrote: > > > QEMU option "-device nvdimm,...,label-size=" designates a vNVDIMM > > with > > Label Storage Area (LSA), where stores the namespace labels and > > conforms to > > some format and

Re: [PATCH 0/2] Init vNVDIMM LSA if applicable

2022-03-31 Thread Igor Mammedov
On Tue, 29 Mar 2022 15:07:41 +0800 Robert Hoo wrote: > QEMU option "-device nvdimm,...,label-size=" designates a vNVDIMM with > Label Storage Area (LSA), where stores the namespace labels and conforms to > some format and rules defined by NVDIMM label protocol[1]. > > Recent guest Kernel, will b

[PATCH 0/2] Init vNVDIMM LSA if applicable

2022-03-29 Thread Robert Hoo
QEMU option "-device nvdimm,...,label-size=" designates a vNVDIMM with Label Storage Area (LSA), where stores the namespace labels and conforms to some format and rules defined by NVDIMM label protocol[1]. Recent guest Kernel, will by validating LSA to determine if the NVDIMM is label-capable. So