Re: [Xen-devel] [PATCH v2 16/45] ARM: new VGIC: Implement virtual IRQ injection

2018-03-18 Thread Julien Grall
Hi, On 03/15/2018 08:30 PM, Andre Przywara wrote: Provide a vgic_queue_irq_unlock() function which decides whether a given IRQ needs to be queued to a VCPU's ap_list. This should be called whenever an IRQ becomes pending or enabled, either as a result of a hardware IRQ injection, from devices em

[Xen-devel] [PATCH v2 16/45] ARM: new VGIC: Implement virtual IRQ injection

2018-03-15 Thread Andre Przywara
Provide a vgic_queue_irq_unlock() function which decides whether a given IRQ needs to be queued to a VCPU's ap_list. This should be called whenever an IRQ becomes pending or enabled, either as a result of a hardware IRQ injection, from devices emulated by Xen (like the architected timer) or from MM