[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] hypervisor property clashes with hypervisor node
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH] hypervisor property clashes with hypervisor node |
Date: |
Sat, 30 Aug 2014 23:19:17 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
On 30.08.14 07:55, Anton Blanchard wrote:
> dtc fails on a recent QEMU snapshot:
>
> ERROR (name_properties): "name" property in /hypervisor#1 is incorrect
> ("hypervisor" instead of base node name)
>
> Looking at the device tree we have a hypervisor property:
>
> # lsprop hypervisor
> hypervisor "kvm"
>
> But we also have a hypervisor node, with a name that doesn't match:
>
> # lsprop hypervisor#1/
> name "hypervisor"
> compatible "linux,kvm"
> linux,phandle 7e5eb5d8 (2120136152)
>
> Commit c08ce91d309c (spapr: add uuid/host details to device tree)
> looks to have collided with an earlier patch. Remove the hypervisor
> property.
>
> Signed-off-by: Anton Blanchard <address@hidden>
Thanks, applied to ppc-next.
Alex