Re: [PATCH] KVM: PIC: fix use of uninitialised variable.

2012-09-04 Thread Avi Kivity
On 08/30/2012 01:32 PM, Jamie Iles wrote: > 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. Thanks, applied to

[PATCH] KVM: PIC: fix use of uninitialised variable.

2012-08-30 Thread Jamie Iles
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 Cc: Avi Kivity Signed-off-by: Jamie Iles --- ar