All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] PPC Book 3S HV-mode KVM updates for 3.15
@ 2014-03-24 23:47 ` Paul Mackerras
  0 siblings, 0 replies; 28+ messages in thread
From: Paul Mackerras @ 2014-03-24 23:47 UTC (permalink / raw)
  To: kvm, kvm-ppc; +Cc: Alexander Graf

This series of patches fixes some bugs in HV-mode KVM for PowerPC Book
3S and finishes off adding the support for POWER8.  Patches 2 and 3
are the two patches from the series I posted in January that Alex Graf
didn't apply at that stage.  I have updated them according to his
review comments.  The last patch is also POWER8-related, adding code
to save and restore more of the host state of the PMU.  (We
context-switch the PMU between host and guest since the guest can
access the PMU directly.)  The remaining patches fix bugs that have
been found over the last few months of testing.

This patch series is based on the merge of the "queue" branch of the
kvm tree with the "kvm-ppc-queue" branch of Alex Graf's tree, though I
expect they would apply cleanly against the kvm tree "queue" branch
also.

I would like these to go into 3.15.  Scott, please ack.

Paul.

---
[PATCH 1/8] KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n
[PATCH 2/8] KVM: PPC: Book3S HV: Add transactional memory support
[PATCH 3/8] KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state
[PATCH 4/8] KVM: PPC: Book3S: Trim top 4 bits of physical address in
[PATCH 5/8] KVM: PPC: Book3S HV: Return ENODEV error rather than EIO
[PATCH 6/8] KVM: PPC: Book3S HV: Don't use kvm_memslots() in real
[PATCH 7/8] KVM: PPC: Book3S HV: Fix decrementer timeouts with
[PATCH 8/8] KVM: PPC: Book3S HV: Save/restore host PMU registers that

 arch/powerpc/include/asm/kvm_book3s_64.h  |  12 ++
 arch/powerpc/include/asm/kvm_book3s_asm.h |   2 +-
 arch/powerpc/include/asm/tm.h             |   4 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c       |   9 +-
 arch/powerpc/kvm/book3s_hv.c              | 153 +++++++++++++++++++++-----
 arch/powerpc/kvm/book3s_hv_interrupts.S   |  22 ++++
 arch/powerpc/kvm/book3s_hv_rm_mmu.c       |   6 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 177 +++++++++++++++++++++++++-----
 arch/powerpc/kvm/book3s_rtas.c            |   7 +-
 9 files changed, 329 insertions(+), 63 deletions(-)

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

end of thread, other threads:[~2014-03-28 12:14 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-24 23:47 [PATCH 0/8] PPC Book 3S HV-mode KVM updates for 3.15 Paul Mackerras
2014-03-24 23:47 ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 1/8] KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 2/8] KVM: PPC: Book3S HV: Add transactional memory support Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 3/8] KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-28  5:40   ` [PATCH 1/2] KVM: PPC: Book3S HV: Make TM avoid program check Michael Neuling
2014-03-28  5:40     ` Michael Neuling
2014-03-28  5:40     ` [PATCH 2/2] KVM: PPC: Book3S HV: Add branch label Michael Neuling
2014-03-28  5:40       ` Michael Neuling
2014-03-28 11:08     ` [PATCH 1/2] KVM: PPC: Book3S HV: Make TM avoid program check Paul Mackerras
2014-03-28 11:08       ` Paul Mackerras
2014-03-28 12:14       ` Paolo Bonzini
2014-03-28 12:14         ` Paolo Bonzini
2014-03-24 23:47 ` [PATCH 4/8] KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS code Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 5/8] KVM: PPC: Book3S HV: Return ENODEV error rather than EIO Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 6/8] KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 7/8] KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offset Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-24 23:47 ` [PATCH 8/8] KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8 Paul Mackerras
2014-03-24 23:47   ` Paul Mackerras
2014-03-25  1:39 ` [PATCH 0/8] PPC Book 3S HV-mode KVM updates for 3.15 Scott Wood
2014-03-25  1:39   ` Scott Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.