Re: [Xen-devel] [PATCH v9 22/28] ARM: vITS: handle MOVI command

2017-05-22 Thread Stefano Stabellini
On Thu, 11 May 2017, 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 the host LPI structure and in our virtual ITTE. > > Signed-

Re: [Xen-devel] [PATCH v9 22/28] ARM: vITS: handle MOVI command

2017-05-18 Thread Julien Grall
Hi Andre, On 11/05/17 18:53, 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 the host LPI structure and in our virtual ITTE. Signed-o

[Xen-devel] [PATCH v9 22/28] ARM: vITS: handle MOVI command

2017-05-11 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 the host LPI structure and in our virtual ITTE. Signed-off-by: Andre Przywara --- xen/arch/arm/gic-v3-its.c