On 20.11.2020 09:48, Jan Beulich wrote: > @@ -1663,13 +1661,11 @@ int pirq_guest_bind(struct vcpu *v, stru
Argh, there's yet one more in this function. Will need v2. Jan > static irq_guest_action_t *__pirq_guest_unbind( > struct domain *d, struct pirq *pirq, struct irq_desc *desc) > { > - unsigned int irq; > irq_guest_action_t *action; > cpumask_t cpu_eoi_map; > int i; > > action = (irq_guest_action_t *)desc->action; > - irq = desc - irq_desc; > > if ( unlikely(action == NULL) ) > { >