On Tue, Aug 04, 2009 at 03:30:26PM +0300, Gleb Natapov wrote: > Ack notifiers called at wrong time in PIC. kvm_vcpu_kick() can be called > under spinlock now, so code can be simplified. > > Gleb Natapov (3): > Call kvm_vcpu_kick() inside pic spinlock > Call ack notifiers from PIC when guest OS acks an IRQ. > Replace pic_lock()/pic_unlock() with direct call to spinlock > functions. > > arch/x86/kvm/i8259.c | 64 +++++++++++++------------------------------------ > arch/x86/kvm/irq.h | 1 - > 2 files changed, 17 insertions(+), 48 deletions(-) Looks good to me. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html