mbox series

[GIT,PULL] Please pull my kvm-ppc-next-4.19-1 tag

Message ID 20180731055644.GA12117@fergus
State Accepted
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-next-4.19-1 tag | expand

Pull-request

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

Message

Paul Mackerras July 31, 2018, 5:56 a.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-next-4.19-1 tag to get a PPC update
for 4.19.  There is not much in there, just some code cleanups and bug
fixes.

Michael Ellerman also has some changes that touch arch/powerpc/kvm in
his topic/ppc-kvm branch, which he has merged into his next branch.  I
have not pulled them into my tree since there are no conflicts with
the changes in my kvm-ppc-next branch.

Thanks,
Paul.

The following changes since commit 6f0d349d922ba44e4348a17a78ea51b7135965b1:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2018-06-25 15:58:17 +0800)

are available in the git repository at:

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

for you to fetch changes up to b5c6f7607b908b1445f2556c8d2f3b1ec5fc5aa8:

  KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock (2018-07-26 15:38:41 +1000)

----------------------------------------------------------------
PPC KVM update for 4.19.

This update adds no new features; it just has some minor code cleanups
and bug fixes, including a fix to allow us to create KVM_MAX_VCPUS
vCPUs on POWER9 in all CPU threading modes.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables

Nicholas Mc Guire (2):
      KVM: PPC: Book3S HV: Add of_node_put() in success path
      KVM: PPC: Book3S HV: Fix constant size warning

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9
      KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock

Sam Bobroff (1):
      KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID space

Simon Guo (1):
      KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation

 arch/powerpc/include/asm/kvm_book3s.h | 47 +++++++++++++++++++++++++++++++++++
 arch/powerpc/include/asm/kvm_host.h   | 26 +++++++++++--------
 arch/powerpc/include/asm/reg.h        |  2 +-
 arch/powerpc/kvm/book3s_64_vio.c      |  5 ++--
 arch/powerpc/kvm/book3s_hv.c          | 42 +++++++++++++++++++++----------
 arch/powerpc/kvm/book3s_xive.c        | 19 ++++++++------
 arch/powerpc/kvm/emulate_loadstore.c  |  7 +++---
 arch/powerpc/kvm/powerpc.c            | 30 +++++++++++-----------
 8 files changed, 125 insertions(+), 53 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 Aug. 2, 2018, 11:56 a.m. UTC | #1
On 31/07/2018 07:56, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-next-4.19-1

Pulled, thanks.

Paolo
--
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