]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 22 Mar 2018 05:18:40 +0000 (16:18 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Apr 2018 08:05:22 +0000 (18:05 +1000)
commit644a2c99a90b95957fd56fc3b9f8908ac9e90702
tree3015a23d49e59b3a724a7986fd903b0169722e5b
parent197600ecc4f81b9be5e233d8a1cbf42a48cdd371
target/ppc: Pass cpu instead of env to ppc_create_page_sizes_prop()

As a rule we prefer to pass PowerPCCPU instead of CPUPPCState, and this
change will make some things simpler later on.

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