]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's
authorChris Lalancette <clalance@redhat.com>
Wed, 16 Jun 2010 21:11:13 +0000 (17:11 -0400)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:46:51 +0000 (10:46 +0300)
commit8052b9ba242d7af226876ea4eccbd534de0ef0e8
treebc1a44ea185d4b712e3e8cd570e515923dd80a38
parent707ae8a7f5875b2851298955314e3da6d05bb3a8
KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's

Otherwise we might try to deliver a timer interrupt to a cpu that
can't possibly handle it.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
virt/kvm/irq_comm.c