From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [GIT PULL] Please pull my kvm-ppc-next branch Date: Mon, 2 Nov 2015 13:53:19 +0100 Message-ID: <56375CBF.6070707@redhat.com> References: <20151026041721.GA7687@iris.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Paul Mackerras , Alexander Graf , kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33462 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752427AbbKBMxY (ORCPT ); Mon, 2 Nov 2015 07:53:24 -0500 In-Reply-To: <20151026041721.GA7687@iris.ozlabs.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 26/10/2015 05:17, Paul Mackerras wrote: > Paolo, > > Here is my current patch queue for KVM on PPC. There's nothing much > in the way of new features this time; it's mostly bug fixes, plus > Nikunj has implemented support for KVM_CAP_NR_MEMSLOTS. These are > intended for the "next" branch of the KVM tree. Please pull. > > Thanks, > Paul. Pulled, thanks. Paolo > The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c: > > Linux 4.3-rc3 (2015-09-27 07:50:08 -0400) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next > > for you to fetch changes up to 70aa3961a196ac32baf54032b2051bac9a941118: > > KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path (2015-10-21 16:31:52 +1100) > > ---------------------------------------------------------------- > Andrzej Hajda (1): > KVM: PPC: e500: fix handling local_sid_lookup result > > Gautham R. Shenoy (1): > KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path > > Mahesh Salgaonkar (1): > KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE > > Nikunj A Dadhania (1): > KVM: PPC: Implement extension to report number of memslots > > Paul Mackerras (2): > KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl > KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs > > Tudor Laurentiu (3): > powerpc/e6500: add TMCFG0 register definition > KVM: PPC: e500: Emulate TMCFG0 TMRN register > KVM: PPC: e500: fix couple of shift operations on 64 bits > > arch/powerpc/include/asm/disassemble.h | 5 +++++ > arch/powerpc/include/asm/reg_booke.h | 6 ++++++ > arch/powerpc/kvm/book3s_64_mmu_hv.c | 3 ++- > arch/powerpc/kvm/book3s_hv_rm_mmu.c | 2 ++ > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 29 ++++++++++++++++++++++------- > arch/powerpc/kvm/e500.c | 3 ++- > arch/powerpc/kvm/e500_emulate.c | 19 +++++++++++++++++++ > arch/powerpc/kvm/e500_mmu_host.c | 4 ++-- > arch/powerpc/kvm/powerpc.c | 3 +++ > 9 files changed, 63 insertions(+), 11 deletions(-) >