Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface

2019-11-20 Thread Cédric Le Goater
On 21/11/2019 08:24, Greg Kurz wrote: > On Thu, 21 Nov 2019 07:56:32 +0100 > Cédric Le Goater wrote: > >> On 20/11/2019 18:53, Greg Kurz wrote: >>> On Fri, 15 Nov 2019 17:24:27 +0100 >>> Cédric Le Goater wrote: >>> The CAM line matching sequence in the pseries machine does not change

Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface

2019-11-20 Thread Greg Kurz
On Thu, 21 Nov 2019 07:56:32 +0100 Cédric Le Goater wrote: > On 20/11/2019 18:53, Greg Kurz wrote: > > On Fri, 15 Nov 2019 17:24:27 +0100 > > Cédric Le Goater wrote: > > > >> The CAM line matching sequence in the pseries machine does not change > >> much apart from the use of the new QOM

Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface

2019-11-20 Thread Cédric Le Goater
On 20/11/2019 18:53, Greg Kurz wrote: > On Fri, 15 Nov 2019 17:24:27 +0100 > Cédric Le Goater wrote: > >> The CAM line matching sequence in the pseries machine does not change >> much apart from the use of the new QOM interfaces. There is an extra >> indirection because of the sPAPR IRQ backend

Re: [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface

2019-11-20 Thread Greg Kurz
On Fri, 15 Nov 2019 17:24:27 +0100 Cédric Le Goater wrote: > The CAM line matching sequence in the pseries machine does not change > much apart from the use of the new QOM interfaces. There is an extra > indirection because of the sPAPR IRQ backend of the machine. Only the > XIVE backend

[PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface

2019-11-15 Thread Cédric Le Goater
The CAM line matching sequence in the pseries machine does not change much apart from the use of the new QOM interfaces. There is an extra indirection because of the sPAPR IRQ backend of the machine. Only the XIVE backend implements the new 'match_nvt' handler. Signed-off-by: Cédric Le Goater