diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2016-10-20 15:30:53 +1100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-10-28 09:38:25 +1100 |
commit | cae172ab6daa18e1edc789c237a11d6dbc858ee0 (patch) | |
tree | f54464a1e551aa0ad83f3f52cef4e25a41501942 /include/hw/ppc | |
parent | 997b6cfc3d13aa145fcdbf294521e581d6617bde (diff) | |
download | qemu-cae172ab6daa18e1edc789c237a11d6dbc858ee0.tar.gz qemu-cae172ab6daa18e1edc789c237a11d6dbc858ee0.tar.bz2 qemu-cae172ab6daa18e1edc789c237a11d6dbc858ee0.zip |
pseries: Remove rtas_addr and fdt_addr fields from machinestate
These values are used only within ppc_spapr_reset(), so just change them
to local variables.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r-- | include/hw/ppc/spapr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h index aeaba3edf9..1174741d0b 100644 --- a/include/hw/ppc/spapr.h +++ b/include/hw/ppc/spapr.h @@ -63,7 +63,6 @@ struct sPAPRMachineState { uint32_t htab_shift; hwaddr rma_size; int vrma_adjust; - hwaddr fdt_addr, rtas_addr; ssize_t rtas_size; void *rtas_blob; void *fdt_skel; |