summaryrefslogtreecommitdiffstats
path: root/hw/ppc/pnv_bmc.c
diff options
context:
space:
mode:
authorCédric Le Goater2017-12-15 14:56:01 +0100
committerDavid Gibson2018-01-10 02:53:00 +0100
commitb168a138a8bc9c18e8140fef614a6b66721497fb (patch)
treea65296e00934abd21702f02a7a3387014972be5d /hw/ppc/pnv_bmc.c
parenthw/ide: Emulate SiI3112 SATA controller (diff)
downloadqemu-b168a138a8bc9c18e8140fef614a6b66721497fb.tar.gz
qemu-b168a138a8bc9c18e8140fef614a6b66721497fb.tar.xz
qemu-b168a138a8bc9c18e8140fef614a6b66721497fb.zip
ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency
The 'pnv' prefix is now used for all and the routines populating the device tree start with 'pnv_dt'. The handler of the PnvXScomInterface is also renamed to 'dt_xscom' which should reflect that it is populating the device tree under the 'xscom@' node of the chip. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/pnv_bmc.c')
-rw-r--r--hw/ppc/pnv_bmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/pnv_bmc.c b/hw/ppc/pnv_bmc.c
index 7b60b4c360..b2cf441ee7 100644
--- a/hw/ppc/pnv_bmc.c
+++ b/hw/ppc/pnv_bmc.c
@@ -73,7 +73,7 @@ void pnv_bmc_powerdown(IPMIBmc *bmc)
pnv_gen_oem_sel(bmc, SOFT_OFF);
}
-void pnv_bmc_populate_sensors(IPMIBmc *bmc, void *fdt)
+void pnv_dt_bmc_sensors(IPMIBmc *bmc, void *fdt)
{
int offset;
int i;