Re: [Xen-devel] [PATCH v2 3/8] xen: arm: Refactor route_irq_to_guest

2015-11-11 Thread Julien Grall
Hi Ian, On 10/11/15 16:21, Ian Campbell wrote: > Split out the bit which allocates the struct irqaction and calls > __setup_irq into a new function (setup_guest_irq). I'm going to want > to call this a second time in a subsequent patch. > > Note that the action is now allocated and initialised wi

[Xen-devel] [PATCH v2 3/8] xen: arm: Refactor route_irq_to_guest

2015-11-10 Thread Ian Campbell
Split out the bit which allocates the struct irqaction and calls __setup_irq into a new function (setup_guest_irq). I'm going to want to call this a second time in a subsequent patch. Note that the action is now allocated and initialised with the desc lock held (since it is taken by the caller). I