summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr.c
diff options
context:
space:
mode:
authorDaniel Henrique Barboza2018-02-09 19:13:30 +0100
committerDavid Gibson2018-02-10 02:17:17 +0100
commitb472b1a72740c79cd313e0e15bbe7b8440b30b82 (patch)
tree15799029cf82ee837262a68d94e968dcbb01bc02 /hw/ppc/spapr.c
parentspapr: add missing break in h_get_cpu_characteristics() (diff)
downloadqemu-b472b1a72740c79cd313e0e15bbe7b8440b30b82.tar.gz
qemu-b472b1a72740c79cd313e0e15bbe7b8440b30b82.tar.xz
qemu-b472b1a72740c79cd313e0e15bbe7b8440b30b82.zip
hw/ppc: rename functions in comments
Commit bcb5ce08cf ("spapr: Rename machine init functions for clarity") renamed ppc_spapr_reset to spapr_machine_reset and ppc_spapr_init to spapr_machine_init. Let's also rename the references in comments. Signed-off-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc/spapr.c')
-rw-r--r--hw/ppc/spapr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 659be6b746..96515036e6 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -464,7 +464,8 @@ static int spapr_populate_memory(sPAPRMachineState *spapr, void *fdt)
}
}
if (!mem_start) {
- /* ppc_spapr_init() checks for rma_size <= node0_size already */
+ /* spapr_machine_init() checks for rma_size <= node0_size
+ * already */
spapr_populate_memory_node(fdt, i, 0, spapr->rma_size);
mem_start += spapr->rma_size;
node_size -= spapr->rma_size;