kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PPC Book3S HV updates for 3.15
@ 2014-03-29 10:31 Paul Mackerras
  2014-03-29 15:26 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Mackerras @ 2014-03-29 10:31 UTC (permalink / raw)
  To: Paolo Bonzini, kvm, kvm-ppc; +Cc: Alexander Graf

Paolo,

The following changes since commit e724f080f5dd03881bc6d378750c37f7374cae7e:

  KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVE (2014-03-13 10:47:01 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppchv-next

for you to fetch changes up to 72cde5a88d37ba88ad1d47aecf957a9e528636d7:

  KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8 (2014-03-29 19:58:52 +1100)

----------------------------------------------------------------
Anton Blanchard (1):
      KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n

Greg Kurz (1):
      KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write

Laurent Dufour (1):
      KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE

Michael Neuling (2):
      KVM: PPC: Book3S HV: Add transactional memory support
      KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state

Paul Mackerras (5):
      KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS code
      KVM: PPC: Book3S HV: Return ENODEV error rather than EIO
      KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
      KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offset
      KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8

 arch/powerpc/include/asm/kvm_book3s.h     |   5 +
 arch/powerpc/include/asm/kvm_book3s_64.h  |  12 ++
 arch/powerpc/include/asm/kvm_book3s_asm.h |   2 +-
 arch/powerpc/include/asm/kvm_ppc.h        |   2 +
 arch/powerpc/include/asm/reg.h            |   1 +
 arch/powerpc/include/asm/tm.h             |   4 +
 arch/powerpc/kvm/book3s_64_mmu_hv.c       |   9 +-
 arch/powerpc/kvm/book3s_64_vio_hv.c       |  28 +++++
 arch/powerpc/kvm/book3s_hv.c              | 159 ++++++++++++++++++++-----
 arch/powerpc/kvm/book3s_hv_interrupts.S   |  22 ++++
 arch/powerpc/kvm/book3s_hv_rm_mmu.c       |   6 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 187 +++++++++++++++++++++++++-----
 arch/powerpc/kvm/book3s_rtas.c            |   7 +-
 13 files changed, 377 insertions(+), 67 deletions(-)

Thanks,
Paul.

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

* Re: [GIT PULL] PPC Book3S HV updates for 3.15
  2014-03-29 10:31 [GIT PULL] PPC Book3S HV updates for 3.15 Paul Mackerras
@ 2014-03-29 15:26 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2014-03-29 15:26 UTC (permalink / raw)
  To: Paul Mackerras, kvm, kvm-ppc; +Cc: Alexander Graf

Il 29/03/2014 11:31, Paul Mackerras ha scritto:
> Paolo,
>
> The following changes since commit e724f080f5dd03881bc6d378750c37f7374cae7e:
>
>   KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVE (2014-03-13 10:47:01 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppchv-next
>
> for you to fetch changes up to 72cde5a88d37ba88ad1d47aecf957a9e528636d7:
>
>   KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8 (2014-03-29 19:58:52 +1100)
>
> ----------------------------------------------------------------
> Anton Blanchard (1):
>       KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n
>
> Greg Kurz (1):
>       KVM: PPC: Book3S HV: Fix incorrect userspace exit on ioeventfd write
>
> Laurent Dufour (1):
>       KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE
>
> Michael Neuling (2):
>       KVM: PPC: Book3S HV: Add transactional memory support
>       KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state
>
> Paul Mackerras (5):
>       KVM: PPC: Book3S: Trim top 4 bits of physical address in RTAS code
>       KVM: PPC: Book3S HV: Return ENODEV error rather than EIO
>       KVM: PPC: Book3S HV: Don't use kvm_memslots() in real mode
>       KVM: PPC: Book3S HV: Fix decrementer timeouts with non-zero TB offset
>       KVM: PPC: Book3S HV: Save/restore host PMU registers that are new in POWER8
>
>  arch/powerpc/include/asm/kvm_book3s.h     |   5 +
>  arch/powerpc/include/asm/kvm_book3s_64.h  |  12 ++
>  arch/powerpc/include/asm/kvm_book3s_asm.h |   2 +-
>  arch/powerpc/include/asm/kvm_ppc.h        |   2 +
>  arch/powerpc/include/asm/reg.h            |   1 +
>  arch/powerpc/include/asm/tm.h             |   4 +
>  arch/powerpc/kvm/book3s_64_mmu_hv.c       |   9 +-
>  arch/powerpc/kvm/book3s_64_vio_hv.c       |  28 +++++
>  arch/powerpc/kvm/book3s_hv.c              | 159 ++++++++++++++++++++-----
>  arch/powerpc/kvm/book3s_hv_interrupts.S   |  22 ++++
>  arch/powerpc/kvm/book3s_hv_rm_mmu.c       |   6 +-
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 187 +++++++++++++++++++++++++-----
>  arch/powerpc/kvm/book3s_rtas.c            |   7 +-
>  13 files changed, 377 insertions(+), 67 deletions(-)
>
> Thanks,
> Paul.
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Pulled, thanks.

Paolo

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

end of thread, other threads:[~2014-03-29 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-29 10:31 [GIT PULL] PPC Book3S HV updates for 3.15 Paul Mackerras
2014-03-29 15:26 ` Paolo Bonzini

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