Re: [v6,12/20] cxl: Add guest-specific code

2016-03-09 Thread Frederic Barrat
Le 09/03/2016 13:42, Michael Ellerman a écrit : I've applied the following patch, let me know if there's anything wrong with it. It would be great if we could do something cleaner. I think this is fine. I've built pseries_le_defconfig and powernv_defconfig, and did minimum of testing with t

Re: [v6,12/20] cxl: Add guest-specific code

2016-03-09 Thread Michael Ellerman
On Wed, 2016-03-09 at 23:42 +1100, Michael Ellerman wrote: > On Fri, 2016-04-03 at 11:26:36 UTC, Frederic Barrat wrote: > > From: Christophe Lombard > > diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile > > index be2ac5c..a3d4bef 100644 > > --- a/drivers/misc/cxl/Makefile > > +++

Re: [v6,12/20] cxl: Add guest-specific code

2016-03-09 Thread Michael Ellerman
On Fri, 2016-04-03 at 11:26:36 UTC, Frederic Barrat wrote: > From: Christophe Lombard > > The new of.c file contains code to parse the device tree to find out > about cxl adapters and AFUs. > > guest.c implements the guest-specific callbacks for the backend API. > > The process element ID is no

Re: [v6,12/20] cxl: Add guest-specific code

2016-03-09 Thread Michael Ellerman
On Wed, 2016-03-09 at 10:14 +0100, Frederic Barrat wrote: > Hi Michael, > > Le 09/03/2016 06:55, Michael Ellerman a écrit : > > This breaks the SMP=n build: > > Arg! I'm adding it to my checklist. Don't worry about it too much. It's pretty obscure, and I have an automated test for it. We've bro

Re: [v6,12/20] cxl: Add guest-specific code

2016-03-09 Thread Frederic Barrat
Hi Michael, Le 09/03/2016 06:55, Michael Ellerman a écrit : This breaks the SMP=n build: Arg! I'm adding it to my checklist. Thanks for the fix. Fred I've fixed it up with: diff --git a/drivers/misc/cxl/hcalls.c b/drivers/misc/cxl/hcalls.c index f01d4c012620..d6d11f4056d7 100644 --- a/d

Re: [v6,12/20] cxl: Add guest-specific code

2016-03-08 Thread Michael Ellerman
On Fri, 2016-04-03 at 11:26:36 UTC, Frederic Barrat wrote: > From: Christophe Lombard > > The new of.c file contains code to parse the device tree to find out > about cxl adapters and AFUs. > > guest.c implements the guest-specific callbacks for the backend API. ... > diff --git a/drivers/misc/c