From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIsb1-0004Dk-Ty for qemu-devel@nongnu.org; Fri, 01 Jul 2016 03:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIsaw-00075A-L5 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 03:10:38 -0400 Received: from 1.mo53.mail-out.ovh.net ([178.32.108.164]:58888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIsaw-00074i-A8 for qemu-devel@nongnu.org; Fri, 01 Jul 2016 03:10:34 -0400 Received: from player158.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo53.mail-out.ovh.net (Postfix) with ESMTP id 3B30CFF870B for ; Fri, 1 Jul 2016 09:10:33 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Fri, 1 Jul 2016 09:10:09 +0200 Message-Id: <1467357013-4039-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/4] ppc: fixes for large page and VRMA support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexander Graf , Benjamin Herrenschmidt , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Here is a little serie with API cleanups and fixes for large page and VRMA. Previous patches which added the support did not take into account the segment page size attribute. C=C3=A9dric Le Goater (4): ppc: simplify ppc_hash64_hpte_page_shift_noslb() ppc: fix large page support ppc: simplify ppc_hash64_pteg_search() ppc: fix VRMA support hw/ppc/spapr_hcall.c | 4 +-- target-ppc/mmu-hash64.c | 93 ++++++++++++++++++++++++-------------------= ------ target-ppc/mmu-hash64.h | 3 +- 3 files changed, 48 insertions(+), 52 deletions(-) --=20 2.1.4