[GIT PULL] KVM changes for 4.19-rc7
From: Paolo Bonzini
Date: Fri Oct 05 2018 - 04:00:41 EST
Greg,
The following changes since commit a27fb6d983c7b5bb0129ae4d7a7c81758173bfab:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2018-09-21 16:21:42 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus
for you to fetch changes up to cc906f07d7d569a30bb6f0baf8f80b2968353dc9:
Merge tag 'kvm-ppc-fixes-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-master (2018-10-05 09:39:53 +0200)
----------------------------------------------------------------
x86 and PPC bugfixes, mostly introduced in 4.19-rc1.
----------------------------------------------------------------
Liran Alon (3):
KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
Paolo Bonzini (4):
KVM: x86: never trap MSR_KERNEL_GS_BASE
KVM: VMX: hide flexpriority from guest when disabled at the module level
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
Merge tag 'kvm-ppc-fixes-4.19-3' of git://git.kernel.org/.../paulus/powerpc into kvm-master
Paul Mackerras (1):
KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault
Sean Christopherson (2):
KVM: x86: fix L1TF's MMIO GFN calculation
KVM: VMX: check for existence of secondary exec controls before accessing
Stefan Raspl (1):
tools/kvm_stat: cut down decimal places in update interval dialog
arch/powerpc/kvm/book3s_64_mmu_radix.c | 10 +++
arch/x86/kvm/mmu.c | 24 +++++-
arch/x86/kvm/vmx.c | 137 ++++++++++++++++++---------------
arch/x86/kvm/x86.c | 2 +-
tools/kvm/kvm_stat/kvm_stat | 2 +-
5 files changed, 108 insertions(+), 67 deletions(-)