Re: [Qemu-devel] [PATCH v3 4/5] numa: Store boot memory address range in node_info

2015-06-25 Thread David Gibson
On Fri, Jun 26, 2015 at 09:36:03AM +0530, Bharata B Rao wrote: > Store memory address range information of boot memory in address > range list of numa_info. > > This helps to have a common NUMA node lookup by address function that > works for both boot time memory and hotplugged memory. > > Sign

Re: [Qemu-devel] [PATCH v3 4/5] numa: Store boot memory address range in node_info

2015-06-25 Thread Bharata B Rao
On Fri, Jun 26, 2015 at 09:36:03AM +0530, Bharata B Rao wrote: > Store memory address range information of boot memory in address > range list of numa_info. > > This helps to have a common NUMA node lookup by address function that > works for both boot time memory and hotplugged memory. > > Sign

[Qemu-devel] [PATCH v3 4/5] numa: Store boot memory address range in node_info

2015-06-25 Thread Bharata B Rao
Store memory address range information of boot memory in address range list of numa_info. This helps to have a common NUMA node lookup by address function that works for both boot time memory and hotplugged memory. Signed-off-by: Bharata B Rao --- numa.c | 17 + 1 file changed,