Re: [Qemu-devel] [PATCH 1/4] xive: add a get_tctx() method to the XiveRouter

2019-01-26 Thread David Gibson
On Thu, Jan 17, 2019 at 09:12:36AM +0100, Greg Kurz wrote: 65;5403;1c> On Thu, 17 Jan 2019 08:53:24 +0100 > Cédric Le Goater wrote: > > > It provides a mean to retrieve the XiveTCTX of a CPU. This will become > > necessary with future changes which move the interrupt presenter > > object

Re: [Qemu-devel] [PATCH 1/4] xive: add a get_tctx() method to the XiveRouter

2019-01-17 Thread Greg Kurz
On Thu, 17 Jan 2019 08:53:24 +0100 Cédric Le Goater wrote: > It provides a mean to retrieve the XiveTCTX of a CPU. This will become > necessary with future changes which move the interrupt presenter > object pointers under the PowerPCCPU machine_data. > > The PowerNV machine has an extra

[Qemu-devel] [PATCH 1/4] xive: add a get_tctx() method to the XiveRouter

2019-01-16 Thread Cédric Le Goater
It provides a mean to retrieve the XiveTCTX of a CPU. This will become necessary with future changes which move the interrupt presenter object pointers under the PowerPCCPU machine_data. The PowerNV machine has an extra requirement on TIMA accesses that this new method addresses. The machine can