Re: [Xen-devel] [PATCH 2/6] xen/arm: vgic: Override the group in lr everytime

2018-03-14 Thread Julien Grall
Hi Andre, On 03/14/2018 06:02 PM, Andre Przywara wrote: On 09/03/18 17:35, julien.gr...@arm.com wrote: From: Julien Grall At the moment, write_lr is assuming the caller will set correctly the group. However the group should always be 0 when the guest is using vGICv2 and

Re: [Xen-devel] [PATCH 2/6] xen/arm: vgic: Override the group in lr everytime

2018-03-14 Thread Andre Przywara
On 09/03/18 17:35, julien.gr...@arm.com wrote: > From: Julien Grall > > At the moment, write_lr is assuming the caller will set correctly the > group. However the group should always be 0 when the guest is using > vGICv2 and 1 for vGICv3. As the caller should not care about

[Xen-devel] [PATCH 2/6] xen/arm: vgic: Override the group in lr everytime

2018-03-09 Thread julien . grall
From: Julien Grall At the moment, write_lr is assuming the caller will set correctly the group. However the group should always be 0 when the guest is using vGICv2 and 1 for vGICv3. As the caller should not care about the group, override it directly. With that change,