[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283X_BASE() macro |
Date: |
Tue, 4 Feb 2025 15:01:27 +0000 |
On Tue, 4 Feb 2025 at 00:22, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> We shouldn't access a QOM parent object directly.
> Use the appropriate type-cast macro.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/arm/raspi.c | 2 +-
> hw/arm/raspi4b.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 00/12] hw/arm/raspi: Allow creating any Raspberry Pi machine, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283X_BASE() macro, Philippe Mathieu-Daudé, 2025/02/03
- Re: [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283X_BASE() macro,
Peter Maydell <=
- [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 03/12] hw/arm/raspi: Unify RASPI_MACHINE types, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 04/12] hw/arm/raspi: Pass board_rev as argument to raspi_base_machine_init(), Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 05/12] hw/arm/raspi: Consider processor id in types[] array, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 06/12] hw/arm/raspi: Consider network interface for B models, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 07/12] hw/arm/raspi: Check ramsize is within chipset aperture, Philippe Mathieu-Daudé, 2025/02/03