Re: [Xen-devel] [PATCH v8 24/27] ARM: vITS: handle INVALL command

2017-04-12 Thread Julien Grall
Hi, On 12/04/17 01:44, Andre Przywara wrote: The INVALL command instructs an ITS to invalidate the configuration data for all LPIs associated with a given redistributor (read: VCPU). This is nasty to emulate exactly with our architecture, so we just iterate over all mapped LPIs and filter for th

[Xen-devel] [PATCH v8 24/27] ARM: vITS: handle INVALL command

2017-04-11 Thread Andre Przywara
The INVALL command instructs an ITS to invalidate the configuration data for all LPIs associated with a given redistributor (read: VCPU). This is nasty to emulate exactly with our architecture, so we just iterate over all mapped LPIs and filter for those from that particular VCPU. Signed-off-by: A