qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] 64kiB page support for TCG guests with POWER8 C


From: David Gibson
Subject: [Qemu-devel] [PATCH 0/2] 64kiB page support for TCG guests with POWER8 CPU
Date: Mon, 21 Dec 2015 13:41:08 +1100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]