Re: [PATCH v5 28/33] nvdimm acpi: support Get Namespace Label Size function

2015-10-28 Thread Xiao Guangrong
On 10/29/2015 12:41 AM, Stefan Hajnoczi wrote: On Wed, Oct 28, 2015 at 10:26:26PM +, Xiao Guangrong wrote: +struct nvdimm_func_in_get_label_data { +uint32_t offset; /* the offset in the namespace label data area. */ +uint32_t length; /* the size of data is to be read via the functi

Re: [PATCH v5 28/33] nvdimm acpi: support Get Namespace Label Size function

2015-10-28 Thread Stefan Hajnoczi
On Wed, Oct 28, 2015 at 10:26:26PM +, Xiao Guangrong wrote: > +struct nvdimm_func_in_get_label_data { > +uint32_t offset; /* the offset in the namespace label data area. */ > +uint32_t length; /* the size of data is to be read via the function. */ > +} QEMU_PACKED; > +typedef struct nvd