sh_pci: Fix sh_pci memory alias confusion
authorAvi Kivity <avi@redhat.com>
Sun, 28 Aug 2011 15:17:04 +0000 (18:17 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 28 Aug 2011 15:34:39 +0000 (18:34 +0300)
commit543c1cdf5e549cfe336d1aad06ee3814d67fe09d
tree18a15e20635b0f0dfe7e4d832d397b08d755f1e2
parent6bc1f938cc7c3886d4bae24c50289fd50bb81f1e
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