From: Julian Stecklina Date: Mon, 16 Jan 2012 13:02:20 +0000 (+0100) Subject: KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC) X-Git-Tag: v3.4-rc1~59^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52315e1d549dad80ff443151927226c11fd8c2b;p=pandora-kernel.git KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC) If the guest programs an IPI with level=0 (de-assert) and trig_mode=0 (edge), it is erroneously treated as INIT de-assert and ignored, but to quote the spec: "For this delivery mode [INIT de-assert], the level flag must be set to 0 and trigger mode flag to 1." Signed-off-by: Julian Stecklina Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed