Re: [PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian

2018-07-15 Thread Paul Mackerras
On Wed, Jul 04, 2018 at 04:13:46PM +1000, Alexey Kardashevskiy wrote: > We are going to reuse multilevel TCE code for the userspace copy of > the TCE table and since it is big endian, let's make the copy big endian > too. > > Reviewed-by: David Gibson > Signed-off-by: Alexey Kardashevskiy Acked

[PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian

2018-07-03 Thread Alexey Kardashevskiy
We are going to reuse multilevel TCE code for the userspace copy of the TCE table and since it is big endian, let's make the copy big endian too. Reviewed-by: David Gibson Signed-off-by: Alexey Kardashevskiy --- arch/powerpc/include/asm/iommu.h| 2 +- arch/powerpc/kvm/book3s_64_vio.c|