summaryrefslogtreecommitdiff
path: root/hw/ppc/e500.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2014-11-07 16:50:44 +0100
committerAlexander Graf <agraf@suse.de>2015-01-07 16:16:24 +0100
commit2eaaac1f01014bc7a3597847646a814539494fca (patch)
tree703fdbc9cd84126d050fafc7bfa5d7a11a18cead /hw/ppc/e500.h
parentab0302ee764fd702465aef6d88612cdff4302809 (diff)
downloadqemu-2eaaac1f01014bc7a3597847646a814539494fca.tar.gz
PPC: e500: Move CCSR definition to params
We want to have different MMIO region offsets for the mpc8544ds machine and our e500 PV machine, so move the definitions of those into the machine specific params struct. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/ppc/e500.h')
-rw-r--r--hw/ppc/e500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ppc/e500.h b/hw/ppc/e500.h
index 9f61ab2b1c..d96f72d484 100644
--- a/hw/ppc/e500.h
+++ b/hw/ppc/e500.h
@@ -17,6 +17,9 @@ typedef struct PPCE500Params {
hwaddr platform_bus_size;
int platform_bus_first_irq;
int platform_bus_num_irqs;
+ hwaddr ccsrbar_base;
+ hwaddr pci_pio_base;
+ hwaddr spin_base;
} PPCE500Params;
void ppce500_init(MachineState *machine, PPCE500Params *params);