Re: [PATCH] KVM: PPC: Book3S HV: return htab entries in big endian

2014-10-03 Thread Alexey Kardashevskiy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/04/2014 07:05 AM, Alexander Graf wrote: > > > >> Am 03.10.2014 um 14:05 schrieb Paul Mackerras : >> >>> On Thu, Oct 02, 2014 at 07:06:40PM +0200, Alexander Graf wrote: >>> >>> I think we're best off to keep the user space API native endian.

Re: [PATCH] KVM: PPC: Book3S HV: return htab entries in big endian

2014-10-03 Thread Alexander Graf
> Am 03.10.2014 um 14:05 schrieb Paul Mackerras : > >> On Thu, Oct 02, 2014 at 07:06:40PM +0200, Alexander Graf wrote: >> >> I think we're best off to keep the user space API native endian. So >> really we should only ever have to convert from big to native endian on >> read and native to big

Re: [PATCH] KVM: PPC: Book3S HV: return htab entries in big endian

2014-10-03 Thread Paul Mackerras
On Thu, Oct 02, 2014 at 07:06:40PM +0200, Alexander Graf wrote: > > I think we're best off to keep the user space API native endian. So > really we should only ever have to convert from big to native endian on > read and native to big on write. > > With that QEMU should do the "right thing" alrea