Re: [PATCH] powerpc: book3s: PR: Enable Little Endian PR guest

2013-11-12 Thread Paul Mackerras
On Tue, Nov 12, 2013 at 07:37:24AM -0500, Alexander Graf wrote: > > > Am 11.11.2013 um 09:08 schrieb "Aneesh Kumar K.V" > : > > > From: "Aneesh Kumar K.V" > > > > This patch make sure we inherit the LE bit correctly in different case > > so that we can run Little Endian distro in PR mode > >

Re: [PATCH] powerpc: book3s: PR: Enable Little Endian PR guest

2013-11-12 Thread Alexander Graf
Am 11.11.2013 um 09:08 schrieb "Aneesh Kumar K.V" : > From: "Aneesh Kumar K.V" > > This patch make sure we inherit the LE bit correctly in different case > so that we can run Little Endian distro in PR mode > > Signed-off-by: Aneesh Kumar K.V This is not how real hardware works, is it? Cou

[PATCH] powerpc: book3s: PR: Enable Little Endian PR guest

2013-11-11 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" This patch make sure we inherit the LE bit correctly in different case so that we can run Little Endian distro in PR mode Signed-off-by: Aneesh Kumar K.V --- This patch depends on the below two changes 1) [PATCH v5 0/6] KVM: PPC: Book3S: MMIO support for Little Endian