]> git.ipfire.org Git - thirdparty/qemu.git/commit
spapr: Rename DT functions to newer naming convention
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Jan 2020 05:15:43 +0000 (16:15 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Mar 2020 06:00:19 +0000 (17:00 +1100)
commit91335a5e1585afea9cf84ac955a59edbcd9700ab
tree1c3dd01d9cdc1318f317266b375763b44de7b5c2
parent1e0e11085a0d3e47cbbad8944f70b371d22b987d
spapr: Rename DT functions to newer naming convention

In the spapr code we've been gradually moving towards a convention that
functions which create pieces of the device tree are called spapr_dt_*().
This patch speeds that along by renaming most of the things that don't yet
match that so that they do.

For now we leave the *_dt_populate() functions which are actual methods
used in the DRCClass::dt_populate method.

While we're there we remove a few comments that don't really say anything
useful.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
hw/ppc/spapr.c
hw/ppc/spapr_ovec.c
include/hw/ppc/spapr_ovec.h