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

2015-01-12 Thread Alexander Graf
On 12.01.15 17:49, alvise rigo wrote: > Hi Alexander, > > Just a comment below. > > On Tue, Jan 6, 2015 at 5:03 PM, Alexander Graf wrote: >> Now that we have a working "generic" PCIe host bridge driver, we can plug >> it into ARMs virt machine to always have PCIe available to normal ARM VMs. >

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

2015-01-12 Thread alvise rigo
Hi Alexander, Just a comment below. On Tue, Jan 6, 2015 at 5:03 PM, Alexander Graf wrote: > Now that we have a working "generic" PCIe host bridge driver, we can plug > it into ARMs virt machine to always have PCIe available to normal ARM VMs. > > I've successfully managed to expose a Bochs VGA d

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

2015-01-12 Thread Alexander Graf
On 12.01.15 17:20, Claudio Fontana wrote: > Just adding a nit here below: > > On 06.01.2015 17:03, Alexander Graf wrote: >> Now that we have a working "generic" PCIe host bridge driver, we can plug >> it into ARMs virt machine to always have PCIe available to normal ARM VMs. >> >> I've successfu

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

2015-01-12 Thread Alexander Graf
On 12.01.15 17:23, Claudio Fontana wrote: > On 08.01.2015 16:01, Claudio Fontana wrote: >> On 08.01.2015 14:26, Alexander Graf wrote: >>> >>> >>> On 08.01.15 13:55, Claudio Fontana wrote: (added cc: Alvise which I mistakenly assumed was in Cc: already) >>> >>> He was in CC :). Now he's there

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

2015-01-12 Thread Claudio Fontana
On 08.01.2015 16:01, Claudio Fontana wrote: > On 08.01.2015 14:26, Alexander Graf wrote: >> >> >> On 08.01.15 13:55, Claudio Fontana wrote: >>> (added cc: Alvise which I mistakenly assumed was in Cc: already) >> >> He was in CC :). Now he's there twice. >> >>> >>> On 07.01.2015 22:47, Alexander Gra

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

2015-01-12 Thread Claudio Fontana
Just adding a nit here below: On 06.01.2015 17:03, Alexander Graf wrote: > Now that we have a working "generic" PCIe host bridge driver, we can plug > it into ARMs virt machine to always have PCIe available to normal ARM VMs. > > I've successfully managed to expose a Bochs VGA device, XHCI and an

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

2015-01-08 Thread Claudio Fontana
On 08.01.2015 14:26, Alexander Graf wrote: > > > On 08.01.15 13:55, Claudio Fontana wrote: >> (added cc: Alvise which I mistakenly assumed was in Cc: already) > > He was in CC :). Now he's there twice. > >> >> On 07.01.2015 22:47, Alexander Graf wrote: >>> >>> >>> On 07.01.15 16:52, Claudio Fon

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

2015-01-08 Thread alvise rigo
On Thu, Jan 8, 2015 at 1:55 PM, Claudio Fontana wrote: > (added cc: Alvise which I mistakenly assumed was in Cc: already) > > On 07.01.2015 22:47, Alexander Graf wrote: >> >> >> On 07.01.15 16:52, Claudio Fontana wrote: >>> On 06.01.2015 17:03, Alexander Graf wrote: Now that we have a working

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

2015-01-08 Thread Alexander Graf
On 08.01.15 13:55, Claudio Fontana wrote: > (added cc: Alvise which I mistakenly assumed was in Cc: already) He was in CC :). Now he's there twice. > > On 07.01.2015 22:47, Alexander Graf wrote: >> >> >> On 07.01.15 16:52, Claudio Fontana wrote: >>> On 06.01.2015 17:03, Alexander Graf wrote: >

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

2015-01-08 Thread Claudio Fontana
(added cc: Alvise which I mistakenly assumed was in Cc: already) On 07.01.2015 22:47, Alexander Graf wrote: > > > On 07.01.15 16:52, Claudio Fontana wrote: >> On 06.01.2015 17:03, Alexander Graf wrote: >>> Now that we have a working "generic" PCIe host bridge driver, we can plug >>> it into ARMs

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

2015-01-08 Thread Claudio Fontana
On 08.01.2015 11:31, Peter Maydell wrote: > On 7 January 2015 at 15:52, Claudio Fontana > wrote: >> Interrupt map does not seem to work for me; incidentally this ends up being >> the same kind of undocumented blob that Alvise posted in his series. Can >> you add a good comment about what the rang

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

2015-01-08 Thread Peter Maydell
On 7 January 2015 at 15:52, Claudio Fontana wrote: > Interrupt map does not seem to work for me; incidentally this ends up being > the same kind of undocumented blob that Alvise posted in his series. Can > you add a good comment about what the ranges property contains > (the 0x0100, 0x0200

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

2015-01-07 Thread Alexander Graf
On 07.01.15 16:52, Claudio Fontana wrote: > On 06.01.2015 17:03, Alexander Graf wrote: >> Now that we have a working "generic" PCIe host bridge driver, we can plug >> it into ARMs virt machine to always have PCIe available to normal ARM VMs. >> >> I've successfully managed to expose a Bochs VGA d

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

2015-01-07 Thread Claudio Fontana
On 06.01.2015 17:03, Alexander Graf wrote: > Now that we have a working "generic" PCIe host bridge driver, we can plug > it into ARMs 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 wit

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

2015-01-06 Thread Alexander Graf
Now that we have a working "generic" PCIe host bridge driver, we can plug it into ARMs 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