From: Gleb Natapov Date: Thu, 15 Jul 2010 09:24:37 +0000 (+0300) Subject: KVM: x86: Call mask notifiers from pic X-Git-Tag: v2.6.36-rc1~580^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9195c4da26bbf8860e2e7b648dbf4ab465c7933a;p=pandora-kernel.git KVM: x86: Call mask notifiers from pic If pit delivers interrupt while pic is masking it OS will never do EOI and ack notifier will not be called so when pit will be unmasked no pit interrupts will be delivered any more. Calling mask notifiers solves this issue. Signed-off-by: Gleb Natapov Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed