Re: [Xen-devel] [RFC PATCH 15/24] ARM: vITS: handle MAPC command

2016-11-08 Thread Stefano Stabellini
On Wed, 28 Sep 2016, 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-its.c | 30 +++

[Xen-devel] [RFC PATCH 15/24] ARM: vITS: handle MAPC command

2016-09-28 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-its.c | 30 ++ 1 file changed, 30 insertion