]> Git Repo - qemu.git/commit
pseries: Consolidate construction of /vdevice device tree node
authorDavid Gibson <[email protected]>
Thu, 20 Oct 2016 05:01:17 +0000 (16:01 +1100)
committerDavid Gibson <[email protected]>
Thu, 27 Oct 2016 22:38:26 +0000 (09:38 +1100)
commitbf5a6696ba95ee6efa29489dd7d53b6fbcf18469
tree7848a2114f7144c9323253fe0aa0d19a3a78dccf
parentfca5f2dc6ca03afa78a11835a9a6b6d223fa4575
pseries: Consolidate construction of /vdevice device tree node

Construction of the /vdevice node (and its children) is divided between
spapr_create_fdt_skel() (at init time), which creates the base node, and
spapr_populate_vdevice() (at reset time) which creates the nodes for each
individual virtual device.

This consolidates both into a single function called from
spapr_build_fdt().

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