From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHmqZ-0002VG-Mo for qemu-devel@nongnu.org; Tue, 28 Jun 2016 02:51:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHmpM-0004mg-1K for qemu-devel@nongnu.org; Tue, 28 Jun 2016 02:50:10 -0400 Received: from 7.mo3.mail-out.ovh.net ([46.105.57.200]:55480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHmpL-0004mS-Mh for qemu-devel@nongnu.org; Tue, 28 Jun 2016 02:48:55 -0400 Received: from player772.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id 71A5BFF8EDA for ; Tue, 28 Jun 2016 08:48:51 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 28 Jun 2016 08:48:32 +0200 Message-Id: <1467096514-18905-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/2] pnv: handle real mode addressing in HV mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Benjamin Herrenschmidt , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Cedric Le Goater Hello, Here are two more patches which are prereq for PowerNV. I have modified the code to fit the modifications done early 2016 on the mmu. I haven't seen any breakage in the tests but this clearly needs a closer look by experts. Thanks, C. Benjamin Herrenschmidt (2): ppc: Add proper real mode translation support ppc: Fix 64K pages support in full emulation hw/ppc/spapr.c | 7 ++ target-ppc/cpu-qom.h | 3 + target-ppc/mmu-hash64.c | 185 ++++++++++++++++++++++++++++++++++++++= ------ target-ppc/mmu-hash64.h | 1 + target-ppc/translate_init.c | 32 +++++++- 5 files changed, 201 insertions(+), 27 deletions(-) --=20 2.1.4