[PATCH v2 0/2] xen/arm: domain_build: map_{dt_}irq_to_domain() fixes

Michal Orzel posted 2 patches 11 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230511130218.22606-1-michal.orzel@amd.com
xen/arch/arm/domain_build.c | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
[PATCH v2 0/2] xen/arm: domain_build: map_{dt_}irq_to_domain() fixes
Posted by Michal Orzel 11 months, 4 weeks ago
Propagate return code correctly + fix the format specifiers.

Michal Orzel (2):
  xen/arm: domain_build: Propagate return code of map_irq_to_domain()
  xen/arm: domain_build: Fix format specifiers in
    map_{dt_}irq_to_domain()

 xen/arch/arm/domain_build.c | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

-- 
2.25.1
Re: [PATCH v2 0/2] xen/arm: domain_build: map_{dt_}irq_to_domain() fixes
Posted by Julien Grall 11 months, 3 weeks ago
Hi Michal,

On 11/05/2023 14:02, Michal Orzel wrote:
> Propagate return code correctly + fix the format specifiers.
> 
> Michal Orzel (2):
>    xen/arm: domain_build: Propagate return code of map_irq_to_domain()
>    xen/arm: domain_build: Fix format specifiers in
>      map_{dt_}irq_to_domain()

I have committed the series.

Cheers,

-- 
Julien Grall