]> git.ipfire.org Git - thirdparty/qemu.git/commit
versatile_pci: Expose PCI I/O region on Versatile PB
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:17 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:17 +0000 (11:15 +0100)
commit5fb8084f31e9df7f0b2d63cfd3d10645d29b5eab
tree48b348751e4f7cb33f553da7b0ac0ebbe7b26d0d
parentc5c86c5346e927f55918ffdf1b09742fee7a5d8d
versatile_pci: Expose PCI I/O region on Versatile PB

Comments in the QEMU source code claim that the version of the PCI
controller on the VersatilePB board doesn't support the PCI I/O
region, but this is incorrect; expose that region, map it in the
correct location, and drop the misleading comments.

This change removes the only currently implemented difference
between the realview-pci and versatile-pci models; however there
are other differences in not-yet-implemented functionality, so we
retain the distinction between the two device types.

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