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

2015-06-29 Thread David Gibson
On Mon, Jun 29, 2015 at 01:50:26PM +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 v4 5/6] numa: Store boot memory address range in node_info

2015-06-29 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 | 27 +++ 1 fil