commit | aea218f3cbbcaac249b6b2c98930a00d6d931f1e | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Jul 26 10:00:45 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Jul 26 12:19:06 2012 +0300 |
tree | a21917407b485a5cbd21741e0d7a42dd6bf4a578 | |
parent | bdc0077af574800d24318b6945cf2344e8dbb050 [diff] |
KVM: PIC: call ack notifiers for irqs that are dropped form irr After commit 242ec97c358256 PIT interrupts are no longer delivered after PIC reset. It happens because PIT injects interrupt only if previous one was acked, but since on PIC reset it is dropped from irr it will never be delivered and hence acknowledged. Fix that by calling ack notifier on PIC reset. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>