Re: [PATCH 0/3] PIC fixes

2009-08-09 Thread Avi Kivity
On 08/04/2009 03:30 PM, 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. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the l

Re: [PATCH 0/3] PIC fixes

2009-08-05 Thread Marcelo Tosatti
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

[PATCH 0/3] PIC fixes

2009-08-04 Thread Gleb Natapov
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 spinlo