diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2016-10-20 16:05:00 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-10-28 09:38:26 +1100 |
commit | 398a0bd5ae7e03b5b9bdde1dc76451ff57471a55 (patch) | |
tree | af26a3f45d814b404478fe918677698293812d39 /hw/gpio/mpc8xxx.c | |
parent | bf5a6696ba95ee6efa29489dd7d53b6fbcf18469 (diff) | |
download | qemu-398a0bd5ae7e03b5b9bdde1dc76451ff57471a55.zip |
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 <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'hw/gpio/mpc8xxx.c')
0 files changed, 0 insertions, 0 deletions