kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] HV KVM improvements in preparation for POWER8 support
@ 2013-09-06  3:10 Paul Mackerras
  2013-09-06  3:11 ` [PATCH 01/11] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers Paul Mackerras
                   ` (11 more replies)
  0 siblings, 12 replies; 34+ messages in thread
From: Paul Mackerras @ 2013-09-06  3:10 UTC (permalink / raw)
  To: Alexander Graf, kvm-ppc, kvm

This series of patches is based on Alex Graf's kvm-ppc-queue branch.
It fixes some bugs, makes some more registers accessible through the
one_reg interface, and implements some missing features such as
support for the compatibility modes in recent POWER cpus and support
for the guest having a different timebase origin from the host.
These patches are all useful on POWER7 and will be needed for good
POWER8 support.

Please apply.

 Documentation/virtual/kvm/api.txt         |   5 +
 arch/powerpc/include/asm/exception-64s.h  |   8 +
 arch/powerpc/include/asm/kvm_book3s_asm.h |   1 +
 arch/powerpc/include/asm/kvm_host.h       |   6 +
 arch/powerpc/include/asm/reg.h            |  14 +
 arch/powerpc/include/uapi/asm/kvm.h       |  10 +
 arch/powerpc/kernel/asm-offsets.c         |   6 +
 arch/powerpc/kvm/book3s.c                 |  10 +
 arch/powerpc/kvm/book3s_hv.c              |  96 +++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 544 +++++++++++++++++-------------
 10 files changed, 469 insertions(+), 231 deletions(-)

Paul.

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

end of thread, other threads:[~2013-09-20  3:39 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06  3:10 [PATCH 00/11] HV KVM improvements in preparation for POWER8 support Paul Mackerras
2013-09-06  3:11 ` [PATCH 01/11] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:17 ` [PATCH 02/11] KVM: PPC: Book3S HV: Implement timebase offset for guests Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:18 ` [PATCH 03/11] KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-14  2:07     ` Paul Mackerras
2013-09-06  3:21 ` [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR Paul Mackerras
2013-09-13 18:36   ` Alexander Graf
2013-09-14  2:21     ` Paul Mackerras
2013-09-14  5:12       ` Alexander Graf
2013-09-14  5:58         ` Paul Mackerras
2013-09-14 11:38           ` Alexander Graf
2013-09-06  3:22 ` [PATCH 05/11] KVM: PPC: Book3S HV: Add support for guest Program Priority Register Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-17  3:29   ` Benjamin Herrenschmidt
2013-09-20  3:39     ` Alexander Graf
2013-09-06  3:22 ` [PATCH 06/11] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7 Paul Mackerras
2013-09-06  5:28   ` Aneesh Kumar K.V
2013-09-06  6:38     ` Paul Mackerras
2013-09-13 19:58   ` Alexander Graf
2013-09-14  2:03     ` Paul Mackerras
2013-09-06  3:23 ` [PATCH 07/11] KVM: PPC: Book3S HV: Implement H_CONFER Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:23 ` [PATCH 08/11] KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:24 ` [PATCH 09/11] KVM: PPC: Book3S HV: Pull out interrupt-reading code into " Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:24 ` [PATCH 10/11] KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-06  3:25 ` [PATCH 11/11] KVM: PPC: Book3S HV: Return -EINVAL rather than BUG'ing Paul Mackerras
2013-09-13 21:51   ` Alexander Graf
2013-09-11  9:11 ` [PATCH 00/11] HV KVM improvements in preparation for POWER8 support Paul Mackerras

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).