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.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=commitdiff_plain;h=4780c65904f0fc4e312ee2da9383eacbe04e61ea;hp=4780c65904f0fc4e312ee2da9383eacbe04e61ea 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 ---