pseries: Move /hypervisor node construction to fdt_build_fdt()
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 20 Oct 2016 04:59:36 +0000 (15:59 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 27 Oct 2016 22:38:26 +0000 (09:38 +1100)
commitfca5f2dc6ca03afa78a11835a9a6b6d223fa4575
treebe930903e2ff25a2a47b4ce4694fdf63507f1065
parentffb1e275a67cfeb957d0d0df2ec1f0999e321f69
pseries: Move /hypervisor node construction to fdt_build_fdt()

Currently the /hypervisor device tree node is constructed in
spapr_create_fdt_skel().  As part of consolidating device tree construction
to reset time, move it to a function called from spapr_build_fdt().

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ppc/spapr.c