From: Gleb Natapov Date: Mon, 10 Dec 2012 12:05:55 +0000 (+0200) Subject: KVM: inject ExtINT interrupt before APIC interrupts X-Git-Tag: v3.9-rc1~97^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3200d00ea42e485772ff92d6d649aa8eeb640c0;p=pandora-kernel.git KVM: inject ExtINT interrupt before APIC interrupts According to Intel SDM Volume 3 Section 10.8.1 "Interrupt Handling with the Pentium 4 and Intel Xeon Processors" and Section 10.8.2 "Interrupt Handling with the P6 Family and Pentium Processors" ExtINT interrupts are sent directly to the processor core for handling. Currently KVM checks APIC before it considers ExtINT interrupts for injection which is backwards from the spec. Make code behave according to the SDM. Signed-off-by: Gleb Natapov Acked-by: "Zhang, Yang Z" Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed