From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKG9g-0003b1-8c for qemu-devel@nongnu.org; Mon, 04 Jul 2016 22:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKG9f-0000pp-46 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 22:32:08 -0400 From: David Gibson Date: Tue, 5 Jul 2016 12:33:47 +1000 Message-Id: <1467686030-2018-1-git-send-email-david@gibson.dropbear.id.au> Subject: [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: benh@kernel.crashing.org Cc: agraf@suse.de, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Here are 3 fixes and cleanups to the path to look up hashed PTEs and decode their page size. This series is functionally equivalent 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. David Gibson (3): target-ppc: Correct page size decoding in ppc_hash64_pteg_search() target-ppc: Simplify HPTE matching target-ppc: Return page shift from PTEG search target-ppc/mmu-hash64.c | 133 ++++++++++++++++++------------------------------ target-ppc/mmu-hash64.h | 2 +- 2 files changed, 51 insertions(+), 84 deletions(-) -- 2.7.4