Re: [PATCH v4 0/9] make interrupt injection lockless (almost)

2009-08-26 Thread Avi Kivity
On 08/24/2009 11:54 AM, Gleb Natapov wrote: kvm-irq_lock protects too much stuff, but still fail to protect everything it was design to protect (see ack notifiers call in pic). I want to make IRQ injection fast path as lockless as possible. This patch series removes kvm-irq_lock from irq

[PATCH v4 0/9] make interrupt injection lockless (almost)

2009-08-24 Thread Gleb Natapov
kvm-irq_lock protects too much stuff, but still fail to protect everything it was design to protect (see ack notifiers call in pic). I want to make IRQ injection fast path as lockless as possible. This patch series removes kvm-irq_lock from irq injection path effectively making interrupt injection