[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] hw/nmi: Use object_child_foreach_recursive() in nmi_chil
From: |
Peter Maydell |
Subject: |
Re: [PATCH 1/4] hw/nmi: Use object_child_foreach_recursive() in nmi_children() |
Date: |
Wed, 20 Mar 2024 13:09:15 +0000 |
On Tue, 20 Feb 2024 at 15:08, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Replace object_child_foreach() and recursion by a single
> object_child_foreach_recursive() call.
> Propagate the returned value so callers can check it.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 1/4] hw/nmi: Use object_child_foreach_recursive() in nmi_children(),
Peter Maydell <=