]> git.ipfire.org Git - thirdparty/qemu.git/commit
versatile_pci: Expose PCI memory space to system
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:20 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:20 +0000 (11:15 +0100)
commit89a32d32fb573b32bbe129421602c2b3c3c247ec
tree848a0f17c4f74fca1489839556742c93e2ccada1
parenta2bff788d2316c037ce5ab72468b3fda1a0527a1
versatile_pci: Expose PCI memory space to system

The VersatilePB's PCI controller exposes the PCI memory space to the
system via three regions controlled by the mapping control registers.
Implement this so that guests can actually use MMIO-BAR PCI cards.

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