Re: [Xen-devel] [PATCH 6/6] ARM: GIC: extend LR read/write functions to cover EOI and source

2018-03-14 Thread Julien Grall
On 03/14/2018 06:19 PM, Andre Przywara wrote: Hi, Hi Andre, Thank you for the review. On 09/03/18 16:35, julien.gr...@arm.com wrote: From: Andre Przywara I think this is quite different from what I ever wrote, so please drop my authorship here. Fine, I

Re: [Xen-devel] [PATCH 6/6] ARM: GIC: extend LR read/write functions to cover EOI and source

2018-03-14 Thread Andre Przywara
Hi, On 09/03/18 16:35, julien.gr...@arm.com wrote: > From: Andre Przywara I think this is quite different from what I ever wrote, so please drop my authorship here. > So far our LR read/write functions do not handle the EOI bit and the > source CPUID bits in an LR,

[Xen-devel] [PATCH 6/6] ARM: GIC: extend LR read/write functions to cover EOI and source

2018-03-09 Thread julien . grall
From: Andre Przywara So far our LR read/write functions do not handle the EOI bit and the source CPUID bits in an LR, because the current VGIC implementation does not use them. Extend the gic_lr data structure to hold these bits of information by using a union to