Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-19 Thread Alexander Graf
> Am 20.12.2013 um 05:37 schrieb "Aneesh Kumar K.V" > : > > Alexander Graf writes: > >>> Am 19.12.2013 um 08:02 schrieb "Aneesh Kumar K.V" >>> : >>> >>> Alexander Graf writes: >>> > On 11.11.2013, at 15:02, Aneesh Kumar K.V > wrote: > > From: "Aneesh Kumar K.V" >

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-19 Thread Aneesh Kumar K.V
Alexander Graf writes: >> Am 19.12.2013 um 08:02 schrieb "Aneesh Kumar K.V" >> : >> >> Alexander Graf writes: >> On 11.11.2013, at 15:02, Aneesh Kumar K.V wrote: From: "Aneesh Kumar K.V" Don't try to compute these values. Signed-off-by: Aneesh Kum

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-19 Thread Alexander Graf
> Am 19.12.2013 um 08:02 schrieb "Aneesh Kumar K.V" > : > > Alexander Graf writes: > >>> On 11.11.2013, at 15:02, Aneesh Kumar K.V >>> wrote: >>> >>> From: "Aneesh Kumar K.V" >>> >>> Don't try to compute these values. >>> >>> Signed-off-by: Aneesh Kumar K.V >>> --- >>> >>> NOTE: I am

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-18 Thread Aneesh Kumar K.V
Alexander Graf writes: > On 11.11.2013, at 15:02, Aneesh Kumar K.V > wrote: > >> From: "Aneesh Kumar K.V" >> >> Don't try to compute these values. >> >> Signed-off-by: Aneesh Kumar K.V >> --- >> >> NOTE: I am not sure why we were originally computing dsisr and dar. So may be >> we need a v

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-18 Thread Paul Mackerras
On Wed, Dec 18, 2013 at 10:44:08PM +0100, Alexander Graf wrote: > > On 11.11.2013, at 15:02, Aneesh Kumar K.V > wrote: > > > From: "Aneesh Kumar K.V" > > > > Don't try to compute these values. > > > > Signed-off-by: Aneesh Kumar K.V > > --- > > > > NOTE: I am not sure why we were originall

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-12-18 Thread Alexander Graf
On 11.11.2013, at 15:02, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Don't try to compute these values. > > Signed-off-by: Aneesh Kumar K.V > --- > > NOTE: I am not sure why we were originally computing dsisr and dar. So may be > we need a variant of this patch. But with this an

Re: [PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-11-27 Thread Paul Mackerras
On Mon, Nov 11, 2013 at 07:32:57PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > Don't try to compute these values. > > Signed-off-by: Aneesh Kumar K.V Acked-by: Paul Mackerras ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.

[PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values

2013-11-11 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" Don't try to compute these values. Signed-off-by: Aneesh Kumar K.V --- NOTE: I am not sure why we were originally computing dsisr and dar. So may be we need a variant of this patch. But with this and the additional patch "powerpc: book3s: PR: Enable Little Endian PR gu