public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Bug fixes for HV KVM, v2
@ 2014-05-26  9:48 Paul Mackerras
  2014-05-26  9:48 ` [PATCH 1/8] KVM: PPC: Book3S: Add ONE_REG register names that were missed Paul Mackerras
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paul Mackerras @ 2014-05-26  9:48 UTC (permalink / raw)
  To: Alexander Graf; +Cc: kvm-ppc, kvm

This series of patches fixes a few bugs that have been found in
testing HV KVM recently.  It also adds workarounds for a couple of
POWER8 PMU bugs, fixes the definition of KVM_REG_PPC_WORT, and adds
some things that were missing from Documentation/virtual/kvm/api.txt.

The patches are against Alex Graf's kvm-ppc-queue branch.

Please apply for 3.16.  The first couple would be safe to go into 3.15
as well, and probably should.

Thanks,
Paul.

 Documentation/virtual/kvm/api.txt       |  6 +++
 arch/powerpc/include/asm/reg.h          | 12 +++--
 arch/powerpc/include/uapi/asm/kvm.h     |  2 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c     | 93 ++++++++++++++++++++++++++-------
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |  3 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 60 ++++++++++++++++++++-
 6 files changed, 147 insertions(+), 29 deletions(-)

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  9:48 [PATCH 0/8] Bug fixes for HV KVM, v2 Paul Mackerras
2014-05-26  9:48 ` [PATCH 1/8] KVM: PPC: Book3S: Add ONE_REG register names that were missed Paul Mackerras
2014-05-26  9:48 ` [PATCH 2/8] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number Paul Mackerras
2014-05-26  9:48 ` [PATCH 3/8] KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates() Paul Mackerras
2014-05-26  9:48 ` [PATCH 4/8] KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base address Paul Mackerras
2014-05-26  9:48 ` [PATCH 5/8] KVM: PPC: Book3S HV: Fix dirty map for hugepages Paul Mackerras
2014-05-26  9:48 ` [PATCH 6/8] KVM: PPC: Book3S HV: Make sure we don't miss dirty pages Paul Mackerras
2014-05-26  9:48 ` [PATCH 7/8] KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugs Paul Mackerras
2014-05-26  9:48 ` [PATCH 8/8] KVM: PPC: Book3S HV: Fix machine check delivery to guest Paul Mackerras
2014-05-28 12:14 ` [PATCH 0/8] Bug fixes for HV KVM, v2 Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox