Re: [Qemu-devel] [PATCH 3/3] hw/arm/exynos: QOM-ify the SoC

2017-05-06 Thread Philippe Mathieu-Daudé
On 05/06/2017 12:24 PM, Krzysztof Kozlowski wrote: Convert the Exynos4210 SoC code into a QOM model which is a preferred approach instead of directly initializing SoC-related devices from the board file. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Philippe Mathieu-Daudé --- hw/arm/exy

[Qemu-devel] [PATCH 3/3] hw/arm/exynos: QOM-ify the SoC

2017-05-06 Thread Krzysztof Kozlowski
Convert the Exynos4210 SoC code into a QOM model which is a preferred approach instead of directly initializing SoC-related devices from the board file. Signed-off-by: Krzysztof Kozlowski --- hw/arm/exynos4210.c | 18 +++--- hw/arm/exynos4_boards.c | 9 ++--- include