From: Gleb Natapov Date: Wed, 4 Feb 2009 15:28:14 +0000 (+0200) Subject: KVM: Report IRQ injection status to userspace. X-Git-Tag: v2.6.30-rc1~664^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4925663a079c77d95d8685228ad6675fc5639c8e;p=pandora-kernel.git KVM: Report IRQ injection status to userspace. IRQ injection status is either -1 (if there was no CPU found that should except the interrupt because IRQ was masked or ioapic was misconfigured or ...) or >= 0 in that case the number indicates to how many CPUs interrupt was injected. If the value is 0 it means that the interrupt was coalesced and probably should be reinjected. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed