Re: [PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-16 Thread Laurent Dufour
On 16/01/2015 04:02, Michael Ellerman wrote: > On Thu, 2015-01-15 at 15:41 -0800, Tyrel Datwyler wrote: >> On 01/15/2015 02:19 PM, Michael Ellerman wrote: >> If this was on a powerkvm guest set-indicator should be present for >> hotplug (DLPAR) support. However, the surveillance indicator would not

Re: [PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-15 Thread Michael Ellerman
On Thu, 2015-01-15 at 15:41 -0800, Tyrel Datwyler wrote: > On 01/15/2015 02:19 PM, Michael Ellerman wrote: > > On Thu, 2015-01-15 at 11:44 -0800, Tyrel Datwyler wrote: > >> On 01/15/2015 09:23 AM, Laurent Dufour wrote: > >>> The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS > >

Re: [PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-15 Thread Tyrel Datwyler
On 01/15/2015 02:19 PM, Michael Ellerman wrote: > On Thu, 2015-01-15 at 11:44 -0800, Tyrel Datwyler wrote: >> On 01/15/2015 09:23 AM, Laurent Dufour wrote: >>> The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS >>> call from xmon") was fixing an endianness issue in the call made

Re: [PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-15 Thread Michael Ellerman
On Thu, 2015-01-15 at 11:44 -0800, Tyrel Datwyler wrote: > On 01/15/2015 09:23 AM, Laurent Dufour wrote: > > The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS > > call from xmon") was fixing an endianness issue in the call made from > > xmon to RTAS. > > > > However, as Michae

Re: [PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-15 Thread Tyrel Datwyler
On 01/15/2015 09:23 AM, Laurent Dufour wrote: > The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS > call from xmon") was fixing an endianness issue in the call made from > xmon to RTAS. > > However, as Michael Ellerman noticed, this fix was not complete, the > token value was

[PATCH] pseries/le: Fix another endiannes issue in RTAS call from xmon

2015-01-15 Thread Laurent Dufour
The commit 3b8a3c010969 ("powerpc/pseries: Fix endiannes issue in RTAS call from xmon") was fixing an endianness issue in the call made from xmon to RTAS. However, as Michael Ellerman noticed, this fix was not complete, the token value was not byte swapped. This lead to call an unexpected and most