Re: [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-06-13 Thread Cédric Le Goater
On 06/13/2018 06:27 AM, David Gibson wrote: > On Tue, Jun 05, 2018 at 08:31:49AM +0200, Cédric Le Goater wrote: >> On 06/05/2018 05:44 AM, David Gibson wrote: >>> On Sat, May 26, 2018 at 11:40:23AM +0200, Greg Kurz wrote: On Fri, 18 May 2018 18:44:03 +0200 Cédric Le Goater wrote: >>

Re: [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-06-12 Thread David Gibson
On Tue, Jun 05, 2018 at 08:31:49AM +0200, Cédric Le Goater wrote: > On 06/05/2018 05:44 AM, David Gibson wrote: > > On Sat, May 26, 2018 at 11:40:23AM +0200, Greg Kurz wrote: > >> On Fri, 18 May 2018 18:44:03 +0200 > >> Cédric Le Goater wrote: > >> > >>> PCI LSIs are today allocated one by one usi

Re: [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-06-04 Thread Cédric Le Goater
On 06/05/2018 05:44 AM, David Gibson wrote: > On Sat, May 26, 2018 at 11:40:23AM +0200, Greg Kurz wrote: >> On Fri, 18 May 2018 18:44:03 +0200 >> Cédric Le Goater wrote: >> >>> PCI LSIs are today allocated one by one using the IRQ alloc_block >>> routine. Change the code sequence to first allocate

Re: [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-06-04 Thread David Gibson
On Sat, May 26, 2018 at 11:40:23AM +0200, Greg Kurz wrote: > On Fri, 18 May 2018 18:44:03 +0200 > Cédric Le Goater wrote: > > > PCI LSIs are today allocated one by one using the IRQ alloc_block > > routine. Change the code sequence to first allocate a PCI_NUM_PINS > > block. It will help us provi

Re: [Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-05-26 Thread Greg Kurz
On Fri, 18 May 2018 18:44:03 +0200 Cédric Le Goater wrote: > PCI LSIs are today allocated one by one using the IRQ alloc_block > routine. Change the code sequence to first allocate a PCI_NUM_PINS > block. It will help us providing a generic IRQ framework to the > machine. > > Signed-off-by: Cédr

[Qemu-devel] [PATCH 2/4] sparp_pci: simplify how the PCI LSIs are allocated

2018-05-18 Thread Cédric Le Goater
PCI LSIs are today allocated one by one using the IRQ alloc_block routine. Change the code sequence to first allocate a PCI_NUM_PINS block. It will help us providing a generic IRQ framework to the machine. Signed-off-by: Cédric Le Goater --- hw/ppc/spapr_pci.c | 21 ++--- 1 file