Re: [Xen-devel] [PATCH v8 17/27] ARM: vITS: handle MAPC command

2017-04-12 Thread Julien Grall
On 12/04/17 01:44, 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 Acked-by: Julien Grall --- xen/arch/arm/vgi

[Xen-devel] [PATCH v8 17/27] ARM: vITS: handle MAPC command

2017-04-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 | 41 + 1 file changed