Merge remote-tracking branch 'kvm/master' into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Dec 2021 17:51:09 +0000 (12:51 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Dec 2021 17:51:09 +0000 (12:51 -0500)
commit855fb0384a3db2ae33b42f7b9bb6ecb753a40880
tree9efb13c53c30cd895c430a8f3593f67a51ecb90e
parent5a213b9220e0bf4c924412d83d7c9a90acb553e8
parentfdba608f15e2427419997b0898750a49a735afcb
Merge remote-tracking branch 'kvm/master' into HEAD

Pick commit fdba608f15e2 ("KVM: VMX: Wake vCPU when delivering posted
IRQ even if vCPU == this vCPU").  In addition to fixing a bug, it
also aligns the non-nested and nested usage of triggering posted
interrupts, allowing for additional cleanups.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/admin-guide/kernel-parameters.txt
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/hyperv.c
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c