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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html