Anton Blanchard 85423d90c7 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>
2014-09-08 12:50:54 +02:00
..
2014-08-29 15:00:29 +01:00
2014-08-15 19:12:48 +04:00
2014-08-29 10:46:57 +01:00
2014-08-15 18:54:06 +04:00
2014-08-14 13:22:00 +02:00
2014-08-25 00:16:07 +02:00
2014-08-25 00:16:06 +02:00
2014-09-01 09:25:32 +02:00
2014-08-25 00:16:06 +02:00
2014-08-29 12:52:14 +02:00
2014-08-18 12:06:21 +02:00