ppc_oldworld, ppc_newworld: fix escc BAR related crash
commit5b15f27516ce3249c80bd2e0458d8d61f20da415
authorAvi Kivity <avi@redhat.com>
Wed, 24 Aug 2011 18:37:05 +0000 (24 21:37 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 25 Aug 2011 07:49:46 +0000 (25 10:49 +0300)
treeb15ba9991c16043a62d649a3a161690416ee3460
parent89da90b1b4acf24a9a3f2fd197b1bdf69ab24e72
ppc_oldworld, ppc_newworld: fix escc BAR related crash

ppc maps the escc mmio region both at a fixed offset (as a sysbus area) and as part of a PCI BAR.
This crashes, since a MemoryRegion may have only one parent.  Use an alias so we have a separate
MemoryRegion for the BAR.

Signed-off-by: Avi Kivity <avi@redhat.com>
hw/ppc_newworld.c
hw/ppc_oldworld.c