Re: [Xen-devel] [PATCH] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-20 Thread Julien Grall
Hello Dirk, On 20/04/16 14:32, Dirk Behme wrote: Add PSCI 1.0 compatibility strings to make Xen behave correctly with device trees having compatible = "arm,psci-1.0"; You need to explain in the commit message what is the correct behavior. I.e Xen needs to blacklist any PSCI 1.0 node as it wi

[Xen-devel] [PATCH] xen/arm: domain_build: Add PSCI 1.0 compatibility

2016-04-20 Thread Dirk Behme
Add PSCI 1.0 compatibility strings to make Xen behave correctly with device trees having compatible = "arm,psci-1.0"; Signed-off-by: Dirk Behme --- xen/arch/arm/domain_build.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index a