[PATCH v2 0/2] hw/arm/sbsa-ref : small fixes to smmuv3 initialisation

Graeme Gregory posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201007100732.4103790-1-graeme@nuviainc.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Radoslaw Biernacki <rad@semihalf.com>, Leif Lindholm <leif@nuviainc.com>
hw/arm/sbsa-ref.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH v2 0/2] hw/arm/sbsa-ref : small fixes to smmuv3 initialisation
Posted by Graeme Gregory 3 years, 6 months ago
Fix two issues with the smmuv3 initialisation, first where a previous
patch had transposed an i to a 1. The second an assumption that the
IRQs allocated were meant to be unique and not 0 based.

v1->v2
 - split into two patches
 - previously sent as v1 post split by accident, resending for clarity
 - added Reviewed-by

Graeme Gregory (2):
  hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
  hw/arm/sbsa-ref : allocate IRQs for SMMUv3

 hw/arm/sbsa-ref.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.25.1


Re: [PATCH v2 0/2] hw/arm/sbsa-ref : small fixes to smmuv3 initialisation
Posted by Peter Maydell 3 years, 6 months ago
On Wed, 7 Oct 2020 at 11:07, Graeme Gregory <graeme@nuviainc.com> wrote:
>
> Fix two issues with the smmuv3 initialisation, first where a previous
> patch had transposed an i to a 1. The second an assumption that the
> IRQs allocated were meant to be unique and not 0 based.
>
> v1->v2
>  - split into two patches
>  - previously sent as v1 post split by accident, resending for clarity
>  - added Reviewed-by
>
> Graeme Gregory (2):
>   hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
>   hw/arm/sbsa-ref : allocate IRQs for SMMUv3
>
>  hw/arm/sbsa-ref.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)



Applied to target-arm.next, thanks.

-- PMM