Re: [Qemu-devel] [RFC PATCH 1/4] mem: make nvdimm_device_list global

2019-02-18 Thread Igor Mammedov
On Tue, 05 Feb 2019 23:25:54 -0600 Shivaprasad G Bhat wrote: > nvdimm_device_list is required for parsing the list for devices > in subsequent patches. Move it to common area. > > Signed-off-by: Shivaprasad G Bhat Reviewed-by: Igor Mammedov > --- > hw/acpi/nvdimm.c| 27 ---

[Qemu-devel] [RFC PATCH 1/4] mem: make nvdimm_device_list global

2019-02-06 Thread Shivaprasad G Bhat
nvdimm_device_list is required for parsing the list for devices in subsequent patches. Move it to common area. Signed-off-by: Shivaprasad G Bhat --- hw/acpi/nvdimm.c| 27 --- hw/mem/nvdimm.c | 27 +++ include/hw/mem/nvdimm.h |