Re: [Xen-devel] [PATCH v11 28/34] ARM: vITS: handle MOVI command

2017-06-12 Thread Julien Grall
Hi Andre, On 09/06/17 18:41, Andre Przywara wrote: The MOVI command moves the interrupt affinity from one redistributor (read: VCPU) to another. For now migration of "live" LPIs is not yet implemented, but we store the changed affinity in our virtual ITTE and the pending_irq. Signed-off-by: And

[Xen-devel] [PATCH v11 28/34] ARM: vITS: handle MOVI command

2017-06-09 Thread Andre Przywara
The MOVI command moves the interrupt affinity from one redistributor (read: VCPU) to another. For now migration of "live" LPIs is not yet implemented, but we store the changed affinity in our virtual ITTE and the pending_irq. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 69