mbox series

[0/4] hw/intc/arm_gicv3: Four simple bugfixes

Message ID 20190520162809.2677-1-peter.maydell@linaro.org
Headers show
Series hw/intc/arm_gicv3: Four simple bugfixes | expand

Message

Peter Maydell May 20, 2019, 4:28 p.m. UTC
This patchset fixes four bugs in our implementation of the GICv3.
They're all fairly small fixes, largely typo/cut-n-paste errors...

thanks
-- PMM

Peter Maydell (4):
  hw/intc/arm_gicv3: Fix decoding of ID register range
  hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1
  hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0,VBPR1}
  hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3

 hw/intc/arm_gicv3_cpuif.c  |  6 +++---
 hw/intc/arm_gicv3_dist.c   | 10 ++++++++--
 hw/intc/arm_gicv3_redist.c |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
2.20.1

Comments

Peter Maydell May 23, 2019, 2:27 p.m. UTC | #1
On Mon, 20 May 2019 at 17:28, Peter Maydell <peter.maydell@linaro.org> wrote:
>

> This patchset fixes four bugs in our implementation of the GICv3.

> They're all fairly small fixes, largely typo/cut-n-paste errors...

>

> thanks

> -- PMM

>

> Peter Maydell (4):

>   hw/intc/arm_gicv3: Fix decoding of ID register range

>   hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1

>   hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0,VBPR1}

>   hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3


I put patches 3 and 4 into the arm pullreq; will respin
with a fixed patch 1 plus this patch 2.

thanks
-- PMM