From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian Date: Mon, 16 Jul 2018 09:37:12 +1000 Message-ID: <20180715233712.GA6727@fergus> References: <20180704061349.20742-1-aik@ozlabs.ru> <20180704061349.20742-4-aik@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, Alex Williamson , linuxppc-dev@lists.ozlabs.org, David Gibson To: Alexey Kardashevskiy Return-path: Content-Disposition: inline In-Reply-To: <20180704061349.20742-4-aik@ozlabs.ru> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Sender: "Linuxppc-dev" List-Id: kvm.vger.kernel.org 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-by: Paul Mackerras