[GIT PULL] KVM changes for 4.12-rc4
From: Paolo Bonzini
Date: Thu Jun 01 2017 - 12:51:28 EST
Linus,
The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:
Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)
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 47a66eed99e6f231f4a1d261a9d493f4eee94829:
KVM: x86: Fix nmi injection failure when vcpu got blocked (2017-06-01 11:23:10 +0200)
----------------------------------------------------------------
Many small x86 bug fixes: SVM segment registers access rights, nested VMX,
preempt notifiers, LAPIC virtual wire mode, NMI injection.
----------------------------------------------------------------
Gioh Kim (1):
KVM: SVM: ignore type when setting segment registers
Jan H. SchÃnherr (2):
KVM: nVMX: Fix handling of lmsw instruction
KVM: x86: Fix virtual wire mode
Radim KrÄmÃÅ (1):
KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging
Roman Pen (1):
KVM: SVM: do not zero out segment attributes if segment is unusable or not present
Wanpeng Li (1):
KVM: X86: Fix preempt the preemption timer cancel
ZhuangYanying (1):
KVM: x86: Fix nmi injection failure when vcpu got blocked
arch/x86/kvm/lapic.c | 5 +-
arch/x86/kvm/svm.c | 26 +++++----
arch/x86/kvm/vmx.c | 147 ++++++++++++++++++++++-----------------------------
arch/x86/kvm/x86.c | 7 ++-
4 files changed, 83 insertions(+), 102 deletions(-)