Re: [Xen-devel] [PATCH v9 17/28] ARM: vITS: handle MAPC command

2017-05-17 Thread Julien Grall
Hi Andre, On 11/05/17 18:53, Andre Przywara wrote: The MAPC command associates a given collection ID with a given redistributor, thus mapping collections to VCPUs. We just store the vcpu_id in the collection table for that. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 47 +++

[Xen-devel] [PATCH v9 17/28] ARM: vITS: handle MAPC command

2017-05-11 Thread Andre Przywara
The MAPC command associates a given collection ID with a given redistributor, thus mapping collections to VCPUs. We just store the vcpu_id in the collection table for that. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic-v3-its.c | 47 ++ 1 file ch