mbox series

[for,7.2?,v2,0/2] Arm GICv2 fixes

Message ID 20221115161736.2425584-1-alex.bennee@linaro.org
Headers show
Series Arm GICv2 fixes | expand

Message

Alex Bennée Nov. 15, 2022, 4:17 p.m. UTC
Hi Peter,

These are the 2 GICv2 patches as you suggested in the last review -
this time with an updated commit message for the second patch. I don't
know if they qualify for 7.2 but here they are if you want them.

Alex Bennée (2):
  hw/intc: clean-up access to GIC multi-byte registers
  hw/intc: add implementation of GICD_IIDR to Arm GIC

 hw/intc/arm_gic.c | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

Comments

Peter Maydell Nov. 15, 2022, 5:10 p.m. UTC | #1
On Tue, 15 Nov 2022 at 16:17, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Hi Peter,
>
> These are the 2 GICv2 patches as you suggested in the last review -
> this time with an updated commit message for the second patch. I don't
> know if they qualify for 7.2 but here they are if you want them.
>
> Alex Bennée (2):
>   hw/intc: clean-up access to GIC multi-byte registers
>   hw/intc: add implementation of GICD_IIDR to Arm GIC


Applied to target-arm.next, thanks.

-- PMM