qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-ppc: Clean up handling of SDR1 and external HPTs
@ 2016-03-04  5:35 David Gibson
  2016-03-04  5:35 ` [Qemu-devel] [PATCH 1/2] target-ppc: Add helpers for updating a CPU's SDR1 and external HPT David Gibson
  2016-03-04  5:35 ` [Qemu-devel] [PATCH 2/2] target-ppc: Eliminate kvmppc_kern_htab global David Gibson
  0 siblings, 2 replies; 6+ messages in thread
From: David Gibson @ 2016-03-04  5:35 UTC (permalink / raw)
  To: gkurz, aik
  Cc: lvivier, thuth, mdroth, qemu-devel, agraf, qemu-ppc, David Gibson

This pair of patches cleans up handling of SDR1 (master page table
pointer register for Power) and related cases with an external
(i.e. managed by qemu or KVM, rather than the guest) hash page table
(HPT).

I wouldn't push 1/2 on its own after the soft freeze, except that it
simplifies 2/2 which fixes a real regression.

David Gibson (2):
  target-ppc: Add helpers for updating a CPU's SDR1 and external HPT
  target-ppc: Eliminate kvmppc_kern_htab global

 hw/ppc/spapr.c          | 16 ++--------
 hw/ppc/spapr_hcall.c    | 10 +++----
 target-ppc/kvm.c        | 15 ++++++++++
 target-ppc/kvm_ppc.h    |  6 ++++
 target-ppc/mmu-hash64.c | 80 ++++++++++++++++++++++++++++++++++++-------------
 target-ppc/mmu-hash64.h | 11 ++++---
 target-ppc/mmu_helper.c | 13 ++++----
 7 files changed, 101 insertions(+), 50 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-07  2:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04  5:35 [Qemu-devel] [PATCH 0/2] target-ppc: Clean up handling of SDR1 and external HPTs David Gibson
2016-03-04  5:35 ` [Qemu-devel] [PATCH 1/2] target-ppc: Add helpers for updating a CPU's SDR1 and external HPT David Gibson
2016-03-04  9:59   ` Thomas Huth
2016-03-07  2:23     ` David Gibson
2016-03-04  5:35 ` [Qemu-devel] [PATCH 2/2] target-ppc: Eliminate kvmppc_kern_htab global David Gibson
2016-03-04 10:20   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).