All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Remaining improvements for HV KVM
@ 2015-03-28  3:21 ` Paul Mackerras
  0 siblings, 0 replies; 40+ messages in thread
From: Paul Mackerras @ 2015-03-28  3:21 UTC (permalink / raw)
  To: kvm-ppc, kvm; +Cc: Alexander Graf

This is the rest of my current patch queue for HV KVM on PPC.  This
series is based on Alex Graf's kvm-ppc-queue branch.  The only change
from the previous version of this series is that patch 2 has been
updated to take account of the timebase offset.

The last patch in this series needs a definition of PPC_MSGCLR that is
added by the patch "powerpc/powernv: Fixes for hypervisor doorbell
handling", which has now gone upstream into Linus' tree as commit
755563bc79c7 via the linuxppc-dev mailing list.  Alex, how do you want
to handle that?  You could pull in the master branch of the kvm tree,
which includes 755563bc79c7, or you could cherry-pick 755563bc79c7 and
let the subsequent merge fix it up.

I would like to see these patches go into 4.1.

Paul.

 arch/powerpc/include/asm/kvm_book3s_64.h |   4 +
 arch/powerpc/include/asm/kvm_host.h      |  44 ++-
 arch/powerpc/include/asm/time.h          |   3 +
 arch/powerpc/kernel/asm-offsets.c        |  20 +-
 arch/powerpc/kernel/time.c               |   6 +
 arch/powerpc/kvm/Kconfig                 |  14 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c      | 136 ++++++++++
 arch/powerpc/kvm/book3s_hv.c             | 413 ++++++++++++++++++++--------
 arch/powerpc/kvm/book3s_hv_builtin.c     |  85 +++++-
 arch/powerpc/kvm/book3s_hv_rm_xics.c     |  12 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S  | 444 +++++++++++++++++++++----------
 virt/kvm/kvm_main.c                      |   1 +
 12 files changed, 909 insertions(+), 273 deletions(-)

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

end of thread, other threads:[~2015-04-22  6:09 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-28  3:21 [PATCH v2 00/12] Remaining improvements for HV KVM Paul Mackerras
2015-03-28  3:21 ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 04/12] KVM: PPC: Book3S HV: Minor cleanups Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-04-08 22:57 ` [PATCH v2 00/12] Remaining improvements for HV KVM Alexander Graf
2015-04-08 22:57   ` Alexander Graf
2015-04-09  8:49   ` Paolo Bonzini
2015-04-09  8:49     ` Paolo Bonzini
2015-04-15 20:19     ` Alexander Graf
2015-04-15 20:19       ` Alexander Graf
2015-04-16  9:20       ` Paolo Bonzini
2015-04-16  9:20         ` Paolo Bonzini
2015-04-14 11:56   ` Paul Mackerras
2015-04-14 11:56     ` Paul Mackerras
2015-04-15 20:16     ` Alexander Graf
2015-04-15 20:16       ` Alexander Graf
2015-04-22  6:09       ` Paul Mackerras
2015-04-22  6:09         ` Paul Mackerras

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.