hypervisor property clashes with hypervisor node
commit85423d90c7bdbbae3d97ed3a12b5db79d00a3fb0
authorAnton Blanchard <anton@samba.org>
Sat, 30 Aug 2014 05:55:21 +0000 (30 15:55 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 8 Sep 2014 10:50:54 +0000 (8 12:50 +0200)
tree51024c363c542f0c2975275100014d898232c86a
parent4a761ffa37d20a5d3ecbb95b45b4c42e54c8f18e
hypervisor property clashes with hypervisor node

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 <anton@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c