Re: [Qemu-devel] [RFC PATCH v1 2/4] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-15 Thread Igor Mammedov
On Fri, 12 Jun 2015 14:30:26 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: Start storing the (start_addr, size, nodeid) of the pc-dimm memory in numa_info so that this information can be used to lookup node by address. Signed-off-by: Bharata B Rao bhar...@linux.vnet.ibm.com ---

Re: [Qemu-devel] [RFC PATCH v1 2/4] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-15 Thread Bharata B Rao
On Mon, Jun 15, 2015 at 11:17:59AM +0200, Igor Mammedov wrote: On Fri, 12 Jun 2015 14:30:26 +0530 Bharata B Rao bhar...@linux.vnet.ibm.com wrote: Start storing the (start_addr, size, nodeid) of the pc-dimm memory in numa_info so that this information can be used to lookup node by

Re: [Qemu-devel] [RFC PATCH v1 2/4] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-15 Thread David Gibson
On Fri, Jun 12, 2015 at 02:30:26PM +0530, Bharata B Rao wrote: Start storing the (start_addr, size, nodeid) of the pc-dimm memory in numa_info so that this information can be used to lookup node by address. Signed-off-by: Bharata B Rao bhar...@linux.vnet.ibm.com Reviewed-by: David Gibson

[Qemu-devel] [RFC PATCH v1 2/4] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-12 Thread Bharata B Rao
Start storing the (start_addr, size, nodeid) of the pc-dimm memory in numa_info so that this information can be used to lookup node by address. Signed-off-by: Bharata B Rao bhar...@linux.vnet.ibm.com --- hw/mem/pc-dimm.c | 4 include/sysemu/numa.h | 10 ++ numa.c