]> Git Repo - qemu.git/commit - hw/ppc/spapr.c
pseries: Remove spapr_create_fdt_skel()
authorDavid Gibson <[email protected]>
Thu, 20 Oct 2016 05:05:00 +0000 (16:05 +1100)
committerDavid Gibson <[email protected]>
Thu, 27 Oct 2016 22:38:26 +0000 (09:38 +1100)
commit398a0bd5ae7e03b5b9bdde1dc76451ff57471a55
treeaf26a3f45d814b404478fe918677698293812d39
parentbf5a6696ba95ee6efa29489dd7d53b6fbcf18469
pseries: Remove spapr_create_fdt_skel()

For historical reasons construction of the guest device tree in spapr is
divided between spapr_create_fdt_skel() which is called at init time, and
spapr_build_fdt() which runs at reset time.  Over time, more and more
things have needed to be moved to reset time.

Previous cleanups mean the only things left in spapr_create_fdt_skel() are
the properties of the root node itself.  Finish consolidating these two
parts of device tree construction, by moving this to the start of
spapr_build_fdt(), and removing spapr_create_fdt_skel() entirely.

Signed-off-by: David Gibson <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Reviewed-by: Michael Roth <[email protected]>
hw/ppc/spapr.c
include/hw/ppc/spapr.h
This page took 0.021523 seconds and 4 git commands to generate.