[GIT PULL v2] KVM fixes for 4.10 merge window
From: Paolo Bonzini
Date: Mon Dec 19 2016 - 10:49:20 EST
Linus,
The following changes since commit cdb98c2698b4af287925abcba4d77d92af82a0c3:
Revert "nvme: add support for the Write Zeroes command" (2016-12-13 19:53:37 -0800)
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 ef85b67385436ddc1998f45f1d6a210f935b3388:
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) (2016-12-19 16:05:31 +0100)
----------------------------------------------------------------
Early fixes for x86. Instead of the (botched) revert, the
lockdep/might_sleep splat has a real fix provided by Andrea.
----------------------------------------------------------------
Andrea Arcangeli (2):
kvm: fix schedule in atomic in kvm_steal_time_set_preempted()
kvm: take srcu lock around kvm_steal_time_set_preempted()
GanShun (1):
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD
Jim Mattson (1):
kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)
Paolo Bonzini (1):
KVM: hyperv: fix locking of struct kvm_hv fields
Yi Sun (1):
KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.
Documentation/virtual/kvm/locking.txt | 8 ++++++--
arch/x86/include/asm/kvm_host.h | 1 +
arch/x86/kvm/cpuid.c | 9 +++++----
arch/x86/kvm/hyperv.c | 24 +++++++++++++++---------
arch/x86/kvm/vmx.c | 13 ++++++-------
arch/x86/kvm/x86.c | 18 ++++++++++++++++++
6 files changed, 51 insertions(+), 22 deletions(-)