Re: [Xen-devel] [PATCH v2 3/3] xen/arm: Skip parsing psci-0.2 from host device tree

2015-02-23 Thread Julien Grall
I think the title of the commit message is misleading. I gave the impression that we don't want to parse the PSCI-0.2 for Xen, which is obviously wrong. A better title would be: "Don't pass the PSCI-0.2 node to the DOM0" On 23/02/2015 17:52, Ian Campbell wrote: On Wed, 2015-02-18 at 17:49 +0

[Xen-devel] [PATCH v2 3/3] xen/arm: Skip parsing psci-0.2 from host device tree

2015-02-18 Thread vijay . kilari
From: Vijaya Kumar K psci node is generated by xen for dom0. if the host device tree has psci-0.2 skip parsing this node and avoid copying from host device tree to dom0 device tree Signed-off-by: Vijaya Kumar K --- xen/arch/arm/domain_build.c |1 + 1 file changed, 1 insertion(+) diff --gi