]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KVM: x86: deliver phys lowest-prio
authorRadim Krčmář <rkrcmar@redhat.com>
Thu, 27 Nov 2014 19:03:11 +0000 (20:03 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Dec 2014 14:29:06 +0000 (15:29 +0100)
commit085563fb043c29cc09e5ec5e21a7f6bb519d91e2
tree09e3b181b5d12727cc72e9a211ed45900eddd1a7
parent698f9755d9c061865aecc52f590270ba5bbc1442
KVM: x86: deliver phys lowest-prio

Physical mode can't address more than one APIC, but lowest-prio is
allowed, so we just reuse our paths.

SDM 10.6.2.1 Physical Destination:
  Also, for any non-broadcast IPI or I/O subsystem initiated interrupt
  with lowest priority delivery mode, software must ensure that APICs
  defined in the interrupt address are present and enabled to receive
  interrupts.

We could warn on top of that.

Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/lapic.c