Re: [Qemu-devel] [PATCH v2 09/17] ppc/xive: Extend XiveTCTX with a XiveRouter pointer

2019-07-29 Thread Cédric Le Goater
On 29/07/2019 08:11, David Gibson wrote: > On Sun, Jul 28, 2019 at 11:06:27AM +0200, Cédric Le Goater wrote: >> On 28/07/2019 09:46, David Gibson wrote: >>> On Thu, Jul 18, 2019 at 01:54:12PM +0200, Cédric Le Goater wrote: This is to perform lookups in the NVT table when a vCPU is dispatched >

Re: [Qemu-devel] [PATCH v2 09/17] ppc/xive: Extend XiveTCTX with a XiveRouter pointer

2019-07-28 Thread David Gibson
On Sun, Jul 28, 2019 at 11:06:27AM +0200, Cédric Le Goater wrote: > On 28/07/2019 09:46, David Gibson wrote: > > On Thu, Jul 18, 2019 at 01:54:12PM +0200, Cédric Le Goater wrote: > >> This is to perform lookups in the NVT table when a vCPU is dispatched > >> and possibily resend interrupts. > >> >

Re: [Qemu-devel] [PATCH v2 09/17] ppc/xive: Extend XiveTCTX with a XiveRouter pointer

2019-07-28 Thread Cédric Le Goater
On 28/07/2019 09:46, David Gibson wrote: > On Thu, Jul 18, 2019 at 01:54:12PM +0200, Cédric Le Goater wrote: >> This is to perform lookups in the NVT table when a vCPU is dispatched >> and possibily resend interrupts. >> >> Future XIVE chip will use a different class for the model of the >> interru

Re: [Qemu-devel] [PATCH v2 09/17] ppc/xive: Extend XiveTCTX with a XiveRouter pointer

2019-07-28 Thread David Gibson
On Thu, Jul 18, 2019 at 01:54:12PM +0200, Cédric Le Goater wrote: > This is to perform lookups in the NVT table when a vCPU is dispatched > and possibily resend interrupts. > > Future XIVE chip will use a different class for the model of the > interrupt controller and we might need to change the t

[Qemu-devel] [PATCH v2 09/17] ppc/xive: Extend XiveTCTX with a XiveRouter pointer

2019-07-18 Thread Cédric Le Goater
This is to perform lookups in the NVT table when a vCPU is dispatched and possibily resend interrupts. Future XIVE chip will use a different class for the model of the interrupt controller and we might need to change the type of 'XiveRouter *' to 'Object *' Signed-off-by: Cédric Le Goater --- i