Re: [PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

2019-10-27 Thread David Gibson
On Thu, Oct 24, 2019 at 02:33:27PM +0200, Greg Kurz wrote: > On Thu, 24 Oct 2019 14:05:36 +1100 > David Gibson wrote: > > > On Wed, Oct 23, 2019 at 04:52:27PM +0200, Greg Kurz wrote: > > > Now that the TCTX objects are children of the XIVE router, stop > > > using CPU_FOREACH() when looking for a

Re: [PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

2019-10-24 Thread Greg Kurz
On Thu, 24 Oct 2019 14:05:36 +1100 David Gibson wrote: > On Wed, Oct 23, 2019 at 04:52:27PM +0200, Greg Kurz wrote: > > Now that the TCTX objects are children of the XIVE router, stop > > using CPU_FOREACH() when looking for a matching VCPU target. > > > > Signed-off-by: Greg Kurz > > --- > >

Re: [PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

2019-10-23 Thread David Gibson
On Wed, Oct 23, 2019 at 04:52:27PM +0200, Greg Kurz wrote: > Now that the TCTX objects are children of the XIVE router, stop > using CPU_FOREACH() when looking for a matching VCPU target. > > Signed-off-by: Greg Kurz > --- > hw/intc/xive.c | 100 > +++---

[PATCH 6/6] xive: Don't use CPU_FOREACH() to perform CAM line matching

2019-10-23 Thread Greg Kurz
Now that the TCTX objects are children of the XIVE router, stop using CPU_FOREACH() when looking for a matching VCPU target. Signed-off-by: Greg Kurz --- hw/intc/xive.c | 100 +++- 1 file changed, 62 insertions(+), 38 deletions(-) diff --git