mbox

[GIT,PULL] Please pull my kvm-ppc-next branch

Message ID 20151026041721.GA7687@iris.ozlabs.ibm.com
State Not Applicable
Headers show

Pull-request

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

Message

Paul Mackerras Oct. 26, 2015, 4:17 a.m. UTC
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.

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(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Paolo Bonzini Nov. 2, 2015, 12:53 p.m. UTC | #1
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(-)
> 
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html