commit | 749c59fd15b2c18dd6c15c353a899fb6ac49b865 | [log] [tgz] |
---|---|---|
author | Jamie Iles <jamie@jamieiles.com> | Thu Aug 30 11:32:13 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Sep 04 15:44:42 2012 +0300 |
tree | d894ee6d459a38746fa33563f3e0cb4a3c45144b | |
parent | 5b716ac728bcc01b1f2a7ed6e437196602237c27 [diff] |
KVM: PIC: fix use of uninitialised variable. Commit aea218f3cbbc (KVM: PIC: call ack notifiers for irqs that are dropped form irr) used an uninitialised variable to track whether an appropriate apic had been found. This could result in calling the ack notifier incorrectly. Cc: Gleb Natapov <gleb@redhat.com> Cc: Avi Kivity <avi@redhat.com> Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Avi Kivity <avi@redhat.com>