git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75858a8
)
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
author
Avi Kivity
<avi@redhat.com>
Sun, 4 Jan 2009 16:06:06 +0000
(18:06 +0200)
committer
Avi Kivity
<avi@redhat.com>
Tue, 24 Mar 2009 09:03:03 +0000
(11:03 +0200)
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 <avi@redhat.com>
No differences found