[GIT PULL] KVM fixes for 4.10 merge window

From: Paolo Bonzini
Date: Fri Dec 16 2016 - 11:57:48 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 b94c3698b4b043a7b3aae8c3c88f60dd29565b90:

Revert "x86/kvm: Support the vCPU preemption check" (2016-12-16 17:53:40 +0100)

----------------------------------------------------------------
Early fixes for x86, most notably a lockdep/might_sleep splat
introduced during the merge window.

----------------------------------------------------------------
GanShun (1):
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD

Paolo Bonzini (2):
KVM: hyperv: fix locking of struct kvm_hv fields
Revert "x86/kvm: Support the vCPU preemption check"

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/include/uapi/asm/kvm_para.h | 4 +---
arch/x86/kvm/cpuid.c | 9 +++++----
arch/x86/kvm/hyperv.c | 24 +++++++++++++++---------
arch/x86/kvm/vmx.c | 2 +-
arch/x86/kvm/x86.c | 17 +----------------
7 files changed, 30 insertions(+), 35 deletions(-)