[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 0/4] ppc: fixes for large page and VRMA support
From: |
Cédric Le Goater |
Subject: |
[Qemu-ppc] [PATCH 0/4] ppc: fixes for large page and VRMA support |
Date: |
Fri, 1 Jul 2016 09:10:09 +0200 |
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édric 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(-)
--
2.1.4
- [Qemu-ppc] [PATCH 0/4] ppc: fixes for large page and VRMA support,
Cédric Le Goater <=
- [Qemu-ppc] [PATCH 1/4] ppc: simplify ppc_hash64_hpte_page_shift_noslb(), Cédric Le Goater, 2016/07/01
- [Qemu-ppc] [PATCH 2/4] ppc: fix large page support, Cédric Le Goater, 2016/07/01
- [Qemu-ppc] [PATCH 3/4] ppc: simplify ppc_hash64_pteg_search(), Cédric Le Goater, 2016/07/01
- [Qemu-ppc] [PATCH 4/4] ppc: fix VRMA support, Cédric Le Goater, 2016/07/01
- Re: [Qemu-ppc] [PATCH 0/4] ppc: fixes for large page and VRMA support, Benjamin Herrenschmidt, 2016/07/04