Re: [PATCH V2] xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU
From: Anoob Soman
Date: Wed Jun 07 2017 - 06:32:20 EST
On 06/06/17 20:41, Boris Ostrovsky wrote:
There is a single call site for rebind_irq_to_cpu() so why not call
xen_rebind_evtchn_to_cpu() directly?
Fair enough, I will change it.
+ raw_spin_lock_irqsave(&desc->lock, flags);
Is there a reason why you are using raw_ version?
desc->lock is defined as raw_spinlock_t
-Anoob