Re: [PATCH v2] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ

2023-11-20 Thread Peter Maydell
On Thu, 16 Nov 2023 at 17:28, Ben Dooks wrote: > > The ICC_PMR_ELx and ICV_PMR_ELx bit masks returned from > ic{c,v}_fullprio_mask should technically also remove any > bit above 7 as these are marked reserved (read 0) and should > therefore should not be written as anything other than 0. > > This

[PATCH v2] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ

2023-11-16 Thread Ben Dooks
The ICC_PMR_ELx and ICV_PMR_ELx bit masks returned from ic{c,v}_fullprio_mask should technically also remove any bit above 7 as these are marked reserved (read 0) and should therefore should not be written as anything other than 0. This was noted during a run of a proprietary test system and discu