public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Paul Mackerras <paulus@ozlabs.org>, kvm@vger.kernel.org
Cc: "Radim Krčmář" <rkrcmar@redhat.com>, kvm-ppc@vger.kernel.org
Subject: Re: [GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag
Date: Tue, 31 Mar 2020 16:47:32 +0200	[thread overview]
Message-ID: <a3f4815a-29f2-527e-208d-9196a2db15d8@redhat.com> (raw)
In-Reply-To: <20200330230802.GB27514@blackberry>

On 31/03/20 01:08, Paul Mackerras wrote:
> Paolo,
> 
> Please do a pull from my kvm-ppc-next-5.7-1 tag to get a PPC KVM
> update for 5.7.
> 
> Thanks,
> Paul.
> 
> The following changes since commit 1c482452d5db0f52e4e8eed95bd7314eec537d78:
> 
>   Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2020-03-16 18:19:34 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-next-5.7-1
> 
> for you to fetch changes up to 9a5788c615f52f6d7bf0b61986a632d4ec86791d:
> 
>   KVM: PPC: Book3S HV: Add a capability for enabling secure guests (2020-03-26 11:09:04 +1100)
> 
> ----------------------------------------------------------------
> KVM PPC update for 5.7
> 
> * Add a capability for enabling secure guests under the Protected
>   Execution Framework ultravisor
> 
> * Various bug fixes and cleanups.
> 
> ----------------------------------------------------------------
> Fabiano Rosas (1):
>       KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported
> 
> Greg Kurz (3):
>       KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
>       KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
>       KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
> 
> Gustavo Romero (1):
>       KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
> 
> Joe Perches (1):
>       KVM: PPC: Use fallthrough;
> 
> Laurent Dufour (2):
>       KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
>       KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN
> 
> Michael Ellerman (1):
>       KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
> 
> Michael Roth (1):
>       KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests
> 
> Paul Mackerras (2):
>       KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
>       KVM: PPC: Book3S HV: Add a capability for enabling secure guests
> 
>  Documentation/virt/kvm/api.rst              |  17 ++++
>  arch/powerpc/include/asm/kvm_asm.h          |   3 +
>  arch/powerpc/include/asm/kvm_book3s_uvmem.h |   6 ++
>  arch/powerpc/include/asm/kvm_host.h         |   1 +
>  arch/powerpc/include/asm/kvm_ppc.h          |   4 +-
>  arch/powerpc/kvm/book3s.c                   |   5 --
>  arch/powerpc/kvm/book3s.h                   |   1 +
>  arch/powerpc/kvm/book3s_32_mmu.c            |   2 +-
>  arch/powerpc/kvm/book3s_32_mmu_host.c       |   2 +-
>  arch/powerpc/kvm/book3s_64_mmu.c            |   2 +-
>  arch/powerpc/kvm/book3s_64_mmu_host.c       |   2 +-
>  arch/powerpc/kvm/book3s_64_mmu_hv.c         | 119 +++++++++++++---------------
>  arch/powerpc/kvm/book3s_64_mmu_radix.c      |   2 +-
>  arch/powerpc/kvm/book3s_hv.c                |  55 +++++++++----
>  arch/powerpc/kvm/book3s_hv_tm.c             |  28 +++++--
>  arch/powerpc/kvm/book3s_hv_tm_builtin.c     |  16 +++-
>  arch/powerpc/kvm/book3s_hv_uvmem.c          |  19 ++++-
>  arch/powerpc/kvm/book3s_pr.c                |   6 +-
>  arch/powerpc/kvm/booke.c                    |  11 +--
>  arch/powerpc/kvm/booke.h                    |   2 -
>  arch/powerpc/kvm/e500.c                     |   1 -
>  arch/powerpc/kvm/e500_mmu.c                 |   4 -
>  arch/powerpc/kvm/e500mc.c                   |   1 -
>  arch/powerpc/kvm/powerpc.c                  |  17 +++-
>  include/uapi/linux/kvm.h                    |   1 +
>  25 files changed, 205 insertions(+), 122 deletions(-)
> 

Pulled, thanks.

Paolo


      reply	other threads:[~2020-03-31 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 23:08 [GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag Paul Mackerras
2020-03-31 14:47 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3f4815a-29f2-527e-208d-9196a2db15d8@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=paulus@ozlabs.org \
    --cc=rkrcmar@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox