[GIT PULL] KVM fixes for Linux 4.16-rc5

From: Radim KrÄmÃÅ
Date: Fri Mar 09 2018 - 16:35:32 EST


Linus,

The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1:

Linux 4.16-rc4 (2018-03-04 14:54:11 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/virt/kvm/kvm tags/for-linus

for you to fetch changes up to 45e3b4759d230b057832fa751af9a853495a17bd:

Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2018-03-06 17:42:28 +0100)

----------------------------------------------------------------
KVM fixes for v4.16-rc5

PPC:
- Fix guest time accounting in the host
- Fix large-page backing for radix guests on POWER9
- Fix HPT guests on POWER9 backed by 2M or 1G pages
- Compile fixes for some configs and gcc versions

s390:
- Fix random memory corruption when running as guest2 (e.g. KVM in
LPAR) and starting guest3 (e.g. nested KVM) with many CPUs
- Export forgotten io interrupt delivery statistics counter

----------------------------------------------------------------
Christian Borntraeger (1):
KVM: s390: provide io interrupt kvm_stat

David Hildenbrand (1):
KVM: s390: fix memory overwrites when not using SCA entries

Laurent Vivier (1):
KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN

Paul Mackerras (4):
KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n
KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing

Radim KrÄmÃÅ (2):
Merge tag 'kvm-ppc-fixes-4.16-1' of git://git.kernel.org/.../paulus/powerpc
Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/.../kvms390/linux

arch/powerpc/kvm/book3s_64_mmu_radix.c | 69 +++++++++++++++++++++-------------
arch/powerpc/kvm/book3s_hv.c | 17 +++++----
arch/powerpc/kvm/powerpc.c | 4 +-
arch/s390/kvm/kvm-s390.c | 2 +
4 files changed, 57 insertions(+), 35 deletions(-)