From 4ab29b8214cc4b54e0c1a8270b610a340311470e Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 13 Feb 2015 05:46:08 +0000 Subject: arm: Add PCIe host bridge in virt machine Now that we have a working "generic" PCIe host bridge driver, we can plug it into ARM's virt machine to always have PCIe available to normal ARM VMs. I've successfully managed to expose a Bochs VGA device, XHCI and an e1000 into an AArch64 VM with this and they all lived happily ever after. Signed-off-by: Alexander Graf Tested-by: Claudio Fontana [PMM: Squashed in fix for off-by-one error in bus-range DT property from Laszlo Ersek ] Signed-off-by: Peter Maydell --- default-configs/arm-softmmu.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default-configs') diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index f3513fa..7671ee2 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -82,6 +82,8 @@ CONFIG_ZYNQ=y CONFIG_VERSATILE_PCI=y CONFIG_VERSATILE_I2C=y +CONFIG_PCI_GENERIC=y + CONFIG_SDHCI=y CONFIG_INTEGRATOR_DEBUG=y -- cgit v1.1