versatile_pci: Use separate PCI I/O space rather than system I/O space
commit967c2607496087abf84904c82e6de0cd320a3831
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:18 +0000 (19 11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:18 +0000 (19 11:15 +0100)
tree20f90f7ad6caee81cfc7209e57351d332d8da76c
parent0688810b416a5a4a41aa480132e89d65f81dafc6
versatile_pci: Use separate PCI I/O space rather than system I/O space

Rather than overloading the system I/O space (which doesn't even make
any sense on ARM) for PCI I/O, create an memory region in the PCI
controller and use that to represent the I/O space.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Paul Brook <paul@codesourcery.com>
hw/pci-host/versatile.c