sh_pci: Fix sh_pci memory alias confusion
commit73c92f9aecc099aa81ee05a2bdb30bb43184cc28
authorAvi Kivity <avi@redhat.com>
Sun, 28 Aug 2011 15:17:04 +0000 (28 18:17 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 28 Aug 2011 15:34:39 +0000 (28 18:34 +0300)
tree18a15e20635b0f0dfe7e4d832d397b08d755f1e2
parent56a7a874e962e28522857fbf72eaefb1a07e2001
sh_pci: Fix sh_pci memory alias confusion

The a7 area was set up as an alias of itself, rather than the p4 area.  This
sent the memory core into infinite recursion.

Fix by aliasing the a7 area to the p4 area.

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