mbox series

[GIT,PULL] Please pull my kvm-ppc-next-4.21-2 tag

Message ID 20181221042428.GA21596@blackberry
State Accepted
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-next-4.21-2 tag | expand

Pull-request

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

Message

Paul Mackerras Dec. 21, 2018, 4:24 a.m. UTC
Paolo or Radim,

Thanks for pulling the previous set of commits for 4.21.  Suraj
Jitindar Singh has just fixed several bugs in the page dirty tracking
for nested guests, and it seems worth while to try to get his series
in for 4.21.  So please do a pull from my tree again to get this patch
series.

Thanks,
Paul.

The following changes since commit 95d386c2d2e7660a6447df1507a9845665dab7d8:

  KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guest (2018-12-17 11:33:50 +1100)

are available in the git repository at:

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

for you to fetch changes up to ae59a7e1945bc2245bbb587071ca737e00daf443:

  KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host (2018-12-21 14:42:07 +1100)

----------------------------------------------------------------
Second PPC KVM update for 4.21

This has 5 commits that fix page dirty tracking when running nested
HV KVM guests, from Suraj Jitindar Singh.

----------------------------------------------------------------
Suraj Jitindar Singh (5):
      KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bits
      KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entry
      KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guest
      KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()
      KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with host

 arch/powerpc/include/asm/kvm_book3s.h    |  2 +
 arch/powerpc/include/asm/kvm_book3s_64.h |  3 ++
 arch/powerpc/kvm/book3s_64_mmu_radix.c   | 26 ++++++++---
 arch/powerpc/kvm/book3s_hv_nested.c      | 74 +++++++++++++++++++++++++++++---
 4 files changed, 93 insertions(+), 12 deletions(-)

Comments

Paolo Bonzini Dec. 21, 2018, 10:48 a.m. UTC | #1
On 21/12/18 05:24, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-next-4.21-2

No problem---pulled now.

Paolo