From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAqOn-0003p1-GA for qemu-devel@nongnu.org; Sun, 20 Dec 2015 21:40:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAqOk-0007CO-9p for qemu-devel@nongnu.org; Sun, 20 Dec 2015 21:40:33 -0500 From: David Gibson Date: Mon, 21 Dec 2015 13:41:08 +1100 Message-Id: <1450665670-18323-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 0/2] 64kiB page support for TCG guests with POWER8 CPU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aik@ozlabs.ru, benh@kernel.crashing.org, mdroth@linux.vnet.ibm.com Cc: lvivier@redhat.com, thuth@redhat.com, agraf@suse.de, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, David Gibson This series enables 64kiB pages when using a TCG emulated POWER8 CPU. This gets the emulated POWER8 MMU a little bit closer to what the real POWER8 CPU supports. David Gibson (2): ppc: Move HPTE size parsing code to target-ppc helper (and add 64kiB pages) ppc: Allow 64kiB pages for POWER8 in TCG hw/ppc/spapr_hcall.c | 26 ++++++++------------------ target-ppc/mmu-hash64.c | 31 +++++++++++++++++++++++++++++++ target-ppc/mmu-hash64.h | 3 +++ target-ppc/translate_init.c | 17 +++++++++++++++++ 4 files changed, 59 insertions(+), 18 deletions(-) -- 2.5.0