]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: vmx: disable posted interrupts if no local APIC
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2015 09:58:14 +0000 (11:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Oct 2015 13:06:34 +0000 (15:06 +0200)
commitd6a858d13e5d02b97daab5ba0648c704ae3f9517
treebcc2e51b0befb078030f07b07aef3a66829ff950
parent9eec50b8bbe1535c440a1ee88c1958f78fc55957
KVM: vmx: disable posted interrupts if no local APIC

Uniprocessor 32-bit randconfigs can disable the local APIC, and posted
interrupts require reserving a vector on the LAPIC, so they are
incompatible.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c