From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egnkX-0004i7-5q for qemu-devel@nongnu.org; Wed, 31 Jan 2018 03:28:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egnkV-0001G6-ML for qemu-devel@nongnu.org; Wed, 31 Jan 2018 03:28:09 -0500 Received: from 7.mo69.mail-out.ovh.net ([46.105.50.32]:34472) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egnkV-0001Ev-Gn for qemu-devel@nongnu.org; Wed, 31 Jan 2018 03:28:07 -0500 Received: from player699.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo69.mail-out.ovh.net (Postfix) with ESMTP id 4E02B49182 for ; Wed, 31 Jan 2018 09:28:02 +0100 (CET) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Wed, 31 Jan 2018 09:27:46 +0100 Message-Id: <20180131082749.1803-1-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] target/ppc: add hash MMU support for the POWER9 PowerNV machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson Cc: Suraj Jitindar Singh , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Hello, This adds support for the Hash Page Table MMU mode on POWER9 PowerNV machines. The Radix Tree mode support for the host is still to be done but we are getting close.=20 The full tree can be found here : https://github.com/legoater/qemu powernv-2.12 Thanks, C.=20 C=C3=A9dric Le Goater (3): target/ppc: add basic support for PTCR on POWER9 target/ppc: add hash MMU support on POWER9 for PowerNV only target/ppc: generalize check on radix when in HV mode hw/ppc/spapr_hcall.c | 5 +++-- target/ppc/cpu.h | 2 ++ target/ppc/helper.h | 1 + target/ppc/misc_helper.c | 12 ++++++++++++ target/ppc/mmu-book3s-v3.c | 17 +++++++++++++++- target/ppc/mmu-book3s-v3.h | 8 +------- target/ppc/mmu-hash64.c | 48 ++++++++++++++++++++++++++++++++++++---= ------ target/ppc/mmu-hash64.h | 41 ++++++++++++++++++++++++++++++++++++-- target/ppc/mmu_helper.c | 32 ++++++++++++++++++++++++++++-- target/ppc/translate.c | 3 +++ target/ppc/translate_init.c | 20 ++++++++++++++++++- 11 files changed, 165 insertions(+), 24 deletions(-) --=20 2.13.6