Re: [Qemu-devel] [PATCH v3 3/4] arm: Add PCIe host bridge in virt machine

2015-01-30 Thread Peter Maydell
On 29 January 2015 at 15:06, Alexander Graf wrote: > 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. > -/* 0x1000 .. 0x4000 reserved for PCI */ > +/* PCIe region layout: [ MMIO |

[Qemu-devel] [PATCH v3 3/4] arm: Add PCIe host bridge in virt machine

2015-01-29 Thread Alexander Graf
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. Signe