Re: [Qemu-devel] [PATCH v2 0/4] Refactoring pc_dimm_plug and NUMA node lookup API

2015-06-25 Thread Igor Mammedov
On Wed, 24 Jun 2015 09:04:46 +0530 Bharata B Rao wrote: > On Fri, Jun 19, 2015 at 10:40:20AM +0530, Bharata B Rao wrote: > > Hi, > > > > Here is the v2 of the patchset that refactors pc_dimm_plug and adds > > an API to lookup NUMA node by address. > > > > - Refactoring pc_dimm_plug() helps othe

Re: [Qemu-devel] [PATCH v2 0/4] Refactoring pc_dimm_plug and NUMA node lookup API

2015-06-23 Thread Bharata B Rao
On Fri, Jun 19, 2015 at 10:40:20AM +0530, Bharata B Rao wrote: > Hi, > > Here is the v2 of the patchset that refactors pc_dimm_plug and adds > an API to lookup NUMA node by address. > > - Refactoring pc_dimm_plug() helps other architectures like PowerPC > to make use of common code. > - API to

[Qemu-devel] [PATCH v2 0/4] Refactoring pc_dimm_plug and NUMA node lookup API

2015-06-18 Thread Bharata B Rao
Hi, Here is the v2 of the patchset that refactors pc_dimm_plug and adds an API to lookup NUMA node by address. - Refactoring pc_dimm_plug() helps other architectures like PowerPC to make use of common code. - API to lookup NUMA node id by address is required to support memory hotplug on Power