Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-07-01 Thread Bharata B Rao
On Mon, Jun 29, 2015 at 04:53:12PM +0200, Igor Mammedov wrote: > On Mon, 29 Jun 2015 19:11:30 +0530 > Bharata B Rao wrote: > > > On Mon, Jun 29, 2015 at 02:08:20PM +0200, Igor Mammedov wrote: > > > On Mon, 29 Jun 2015 13:50:25 +0530 > > > Bharata B Rao wrote: > > > > > > > Start storing the (st

Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-29 Thread David Gibson
On Mon, Jun 29, 2015 at 01:50:25PM +0530, Bharata B Rao wrote: > Start storing the (start_addr, end_addr) of the pc-dimm memory > in corresponding numa_info[node] so that this information can be used > to lookup node by address. > > Signed-off-by: Bharata B Rao Reviewed-by: David Gibson -- Da

Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-29 Thread Igor Mammedov
On Mon, 29 Jun 2015 19:11:30 +0530 Bharata B Rao wrote: > On Mon, Jun 29, 2015 at 02:08:20PM +0200, Igor Mammedov wrote: > > On Mon, 29 Jun 2015 13:50:25 +0530 > > Bharata B Rao wrote: > > > > > Start storing the (start_addr, end_addr) of the pc-dimm memory > > > in corresponding numa_info[node

Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-29 Thread Bharata B Rao
On Mon, Jun 29, 2015 at 02:08:20PM +0200, Igor Mammedov wrote: > On Mon, 29 Jun 2015 13:50:25 +0530 > Bharata B Rao wrote: > > > Start storing the (start_addr, end_addr) of the pc-dimm memory > > in corresponding numa_info[node] so that this information can be used > > to lookup node by address.

Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-29 Thread Igor Mammedov
On Mon, 29 Jun 2015 13:50:25 +0530 Bharata B Rao wrote: > Start storing the (start_addr, end_addr) of the pc-dimm memory > in corresponding numa_info[node] so that this information can be used > to lookup node by address. > > Signed-off-by: Bharata B Rao Reviewed-by: Igor Mammedov > --- > hw

[Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info

2015-06-29 Thread Bharata B Rao
Start storing the (start_addr, end_addr) of the pc-dimm memory in corresponding numa_info[node] so that this information can be used to lookup node by address. Signed-off-by: Bharata B Rao --- hw/mem/pc-dimm.c | 4 include/sysemu/numa.h | 10 ++ numa.c| 26