From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] PPC Book3S HV updates for 3.15 Date: Sat, 29 Mar 2014 16:26:15 +0100 Message-ID: <5336E617.9020408@redhat.com> References: <20140329103115.GA5466@iris.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Graf To: Paul Mackerras , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Return-path: Received: from mail-ee0-f53.google.com ([74.125.83.53]:46560 "EHLO mail-ee0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752496AbaC2P0W (ORCPT ); Sat, 29 Mar 2014 11:26:22 -0400 In-Reply-To: <20140329103115.GA5466@iris.ozlabs.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: 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