Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-21 Thread Peter Maydell
On 21 January 2015 at 13:01, Alexander Graf wrote: > > > On 21.01.15 13:59, Claudio Fontana wrote: >> Hi Alex, >> >> are you planning a respin of this one? > > Yup, will send a respin with 4 IRQs this week. I've finished reading my thousand-page book on PCIe, so hopefully will be able to review t

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-21 Thread Alexander Graf
On 21.01.15 13:59, Claudio Fontana wrote: > Hi Alex, > > are you planning a respin of this one? Yup, will send a respin with 4 IRQs this week. Alex

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-21 Thread Claudio Fontana
Hi Alex, are you planning a respin of this one? Between your series and Alvise's I would just need one of the two to get merged, they are both fine for me, pending some small things that have been raised in the comments.. Ciao & thanks, Claudio On 06.01.2015 17:03, Alexander Graf wrote: > Li

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-12 Thread Claudio Fontana
On 06.01.2015 17:03, Alexander Graf wrote: > Linux implements a nice binding to describe a "generic" PCI Express host > bridge > using only device tree. > > This patch set adds enough emulation logic to expose the parts that are > "generic" as a simple sysbus device and maps it into ARM's virt ma

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Peter Maydell
On 7 January 2015 at 14:26, Claudio Fontana wrote: > Yes I did but it seems it's not picking up the CONFIG_PCI_GENERIC=y for some > reason. > If I force hw/pci-host/Makefile.objs to build it by making it a common-obj-y > then it builds. This is a long-standing bug in our makefiles: http://lists

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Claudio Fontana
On 07.01.2015 15:36, Alexander Graf wrote: > > > On 07.01.15 15:26, Claudio Fontana wrote: >> On 07.01.2015 15:07, Alexander Graf wrote: >>> >>> >>> Am 07.01.2015 um 14:52 schrieb Claudio Fontana : Hi Alexander, happy new year! > On 06.01.2015 17:03, Alexander Graf w

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Alexander Graf
On 07.01.15 15:26, Claudio Fontana wrote: > On 07.01.2015 15:07, Alexander Graf wrote: >> >> >> >>> Am 07.01.2015 um 14:52 schrieb Claudio Fontana : >>> >>> Hi Alexander, happy new year! >>> On 06.01.2015 17:03, Alexander Graf wrote: Linux implements a nice binding to describe a "generi

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Claudio Fontana
On 07.01.2015 15:07, Alexander Graf wrote: > > > >> Am 07.01.2015 um 14:52 schrieb Claudio Fontana : >> >> Hi Alexander, happy new year! >> >>> On 06.01.2015 17:03, Alexander Graf wrote: >>> Linux implements a nice binding to describe a "generic" PCI Express host >>> bridge >>> using only devic

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Alexander Graf
> Am 07.01.2015 um 14:52 schrieb Claudio Fontana : > > Hi Alexander, happy new year! > >> On 06.01.2015 17:03, Alexander Graf wrote: >> Linux implements a nice binding to describe a "generic" PCI Express host >> bridge >> using only device tree. >> >> This patch set adds enough emulation log

Re: [Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-07 Thread Claudio Fontana
Hi Alexander, happy new year! On 06.01.2015 17:03, Alexander Graf wrote: > Linux implements a nice binding to describe a "generic" PCI Express host > bridge > using only device tree. > > This patch set adds enough emulation logic to expose the parts that are > "generic" as a simple sysbus device

[Qemu-devel] [PATCH 0/4] ARM: Add support for a generic PCI Express host bridge

2015-01-06 Thread Alexander Graf
Linux implements a nice binding to describe a "generic" PCI Express host bridge using only device tree. This patch set adds enough emulation logic to expose the parts that are "generic" as a simple sysbus device and maps it into ARM's virt machine. With this patch set, we can finally spawn PCI de