]> git.proxmox.com Git - mirror_qemu.git/commit
pnv: Clean up cpu realize path
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 13 Jun 2018 03:34:36 +0000 (13:34 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Sat, 16 Jun 2018 06:32:33 +0000 (16:32 +1000)
commit3a24752112a046a5f9745b6b72e16646b4b0bcfd
tree9d8df4732904248214bbc2e84322dc61bf8146dd
parent08304a8689ef726fe1e3f61645a870fb53f67895
pnv: Clean up cpu realize path

pnv_cpu_init() is only called from the the pnv cpu core realize path, and
really only can be called from there.  So fold it into its caller, which
we also rename for brevity.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
hw/ppc/pnv_core.c