qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Fixes and cleanups to HPTE lookup and page size


From: David Gibson
Subject: [Qemu-devel] [PATCH 0/3] Fixes and cleanups to HPTE lookup and page size decoding
Date: Tue, 5 Jul 2016 12:33:47 +1000

Here are 3 fixes and cleanups to the path to look up hashed PTEs and
decode their page size.  This series is functionally equivalent to
BenH's earlier posted "ppc/hash64: Various fixes in PTE search in the
hash" but split up for clarity and with some unnnecessary renames removed.

David Gibson (3):
  target-ppc: Correct page size decoding in ppc_hash64_pteg_search()
  target-ppc: Simplify HPTE matching
  target-ppc: Return page shift from PTEG search

 target-ppc/mmu-hash64.c | 133 ++++++++++++++++++------------------------------
 target-ppc/mmu-hash64.h |   2 +-
 2 files changed, 51 insertions(+), 84 deletions(-)

-- 
2.7.4




reply via email to

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