From: Avi Kivity Date: Sun, 4 Jan 2009 16:06:06 +0000 (+0200) Subject: KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked X-Git-Tag: v2.6.30-rc1~664^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4780c65904f0fc4e312ee2da9383eacbe04e61ea;p=pandora-kernel.git KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked While the PIT is masked the guest cannot ack the irq, so the reinject logic will never allow the interrupt to be injected. Fix by resetting the reinjection counters on unmask. Unbreaks Xen. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed