Re: [Xen-devel] [PATCH v8 21/27] ARM: vITS: handle MOVI command

2017-05-10 Thread Andre Przywara
Hi, On 12/04/17 17:59, Julien Grall wrote: > Hi Andre, > > On 12/04/17 01:44, 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

Re: [Xen-devel] [PATCH v8 21/27] ARM: vITS: handle MOVI command

2017-04-12 Thread Julien Grall
Hi Andre, On 12/04/17 01:44, 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