Re: [Xen-devel] [RFC PATCH v3 17/24] ARM: NUMA: DT: Do not expose numa info to DOM0

2017-07-26 Thread Julien Grall
Hi, On 18/07/17 12:41, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Delete numa-node-id and distance map from DOM0 DT so that NUMA information is not exposed to DOM0. This helps particularly to boot Node 1 devices as if booting on Node0. However this approach has limitation where memory

Re: [Xen-devel] [RFC PATCH v3 17/24] ARM: NUMA: DT: Do not expose numa info to DOM0

2017-07-24 Thread Stefano Stabellini
On Tue, 18 Jul 2017, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Delete numa-node-id and distance map from DOM0 DT > so that NUMA information is not exposed to DOM0. > This helps particularly to boot Node 1 devices > as if booting on Node0. > > However this approach has limitation w

[Xen-devel] [RFC PATCH v3 17/24] ARM: NUMA: DT: Do not expose numa info to DOM0

2017-07-18 Thread vijay . kilari
From: Vijaya Kumar K Delete numa-node-id and distance map from DOM0 DT so that NUMA information is not exposed to DOM0. This helps particularly to boot Node 1 devices as if booting on Node0. However this approach has limitation where memory allocation for the devices should be local. Also, do n