Re: [Xen-devel] [PATCH v6 11/23] libxl: functions to build vmemranges for PV guest

2015-03-02 Thread Wei Liu
On Mon, Mar 02, 2015 at 03:41:21PM +, Ian Campbell wrote: > On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > > Introduce a arch-independent routine to generate one vmemrange per > > vnode. Also introduce arch-dependent routines for different > > architectures because part of the process is a

Re: [Xen-devel] [PATCH v6 11/23] libxl: functions to build vmemranges for PV guest

2015-03-02 Thread Ian Campbell
On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > Introduce a arch-independent routine to generate one vmemrange per > vnode. Also introduce arch-dependent routines for different > architectures because part of the process is arch-specific -- ARM has > yet have NUMA support and E820 is x86 only.

[Xen-devel] [PATCH v6 11/23] libxl: functions to build vmemranges for PV guest

2015-02-26 Thread Wei Liu
Introduce a arch-independent routine to generate one vmemrange per vnode. Also introduce arch-dependent routines for different architectures because part of the process is arch-specific -- ARM has yet have NUMA support and E820 is x86 only. For those x86 guests who care about machine E820 map (i.e

Re: [Xen-devel] [PATCH v6 11/23] libxl: functions to build vmemranges for PV guest

2015-02-26 Thread Dario Faggioli
On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > Introduce a arch-independent routine to generate one vmemrange per > vnode. Also introduce arch-dependent routines for different > architectures because part of the process is arch-specific -- ARM has > yet have NUMA support and E820 is x86 only.