Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities

2019-11-20 Thread Igor Mammedov
On Wed, 20 Nov 2019 13:31:34 +0530 Shivaprasad G Bhat wrote: > Hi Igor, > > > On 11/19/2019 12:43 PM, Igor Mammedov wrote: > > On Mon, 14 Oct 2019 13:37:37 -0500 > > Shivaprasad G Bhat wrote: > > > >> nvdimm_device_list is required for parsing the list for devices > >> in subsequent patches.

Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities

2019-11-20 Thread Shivaprasad G Bhat
Hi Igor, On 11/19/2019 12:43 PM, Igor Mammedov wrote: On Mon, 14 Oct 2019 13:37:37 -0500 Shivaprasad G Bhat wrote: nvdimm_device_list is required for parsing the list for devices in subsequent patches. Move it to common utility area. Signed-off-by: Shivaprasad G Bhat --- hw/acpi/nvdimm.c

Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities

2019-11-18 Thread Igor Mammedov
On Mon, 14 Oct 2019 13:37:37 -0500 Shivaprasad G Bhat wrote: > nvdimm_device_list is required for parsing the list for devices > in subsequent patches. Move it to common utility area. > > Signed-off-by: Shivaprasad G Bhat > --- > hw/acpi/nvdimm.c| 28 +---

Re: [PATCH v3 1/3] mem: move nvdimm_device_list to utilities

2019-11-18 Thread David Gibson
On Mon, Oct 14, 2019 at 01:37:37PM -0500, Shivaprasad G Bhat wrote: > nvdimm_device_list is required for parsing the list for devices > in subsequent patches. Move it to common utility area. > > Signed-off-by: Shivaprasad G Bhat LGTM, assuming it's needed in the subsequent patches. An ack from

[PATCH v3 1/3] mem: move nvdimm_device_list to utilities

2019-10-14 Thread Shivaprasad G Bhat
nvdimm_device_list is required for parsing the list for devices in subsequent patches. Move it to common utility area. Signed-off-by: Shivaprasad G Bhat --- hw/acpi/nvdimm.c| 28 +--- include/qemu/nvdimm-utils.h |7 +++ util/Makefile.objs |