From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKGnm-0006Hk-Mw for qemu-devel@nongnu.org; Mon, 04 Jul 2016 23:13:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKGng-0000vc-Lx for qemu-devel@nongnu.org; Mon, 04 Jul 2016 23:13:33 -0400 Message-ID: <1467688396.13965.29.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 05 Jul 2016 13:13:16 +1000 In-Reply-To: <1467686030-2018-1-git-send-email-david@gibson.dropbear.id.au> References: <1467686030-2018-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] Fixes and cleanups to HPTE lookup and page size decoding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: agraf@suse.de, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On Tue, 2016-07-05 at 12:33 +1000, David Gibson wrote: > Here are 3 fixes and cleanups to the path to look up hashed PTEs and > decode their page size.=C2=A0=C2=A0This series is functionally equivale= nt to > BenH's earlier posted "ppc/hash64: Various fixes in PTE search in the > hash" but split up for clarity and with some unnnecessary renames > removed. >=20 > David Gibson (3): > =C2=A0 target-ppc: Correct page size decoding in ppc_hash64_pteg_search= () > =C2=A0 target-ppc: Simplify HPTE matching > =C2=A0 target-ppc: Return page shift from PTEG search All 3: Reviewed-by: Benjamin Herrenschmidt > =C2=A0target-ppc/mmu-hash64.c | 133 ++++++++++++++++++-----------------= - > ------------ > =C2=A0target-ppc/mmu-hash64.h |=C2=A0=C2=A0=C2=A02 +- > =C2=A02 files changed, 51 insertions(+), 84 deletions(-) >=20