]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed_ast2600.c
hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCState
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 24 Oct 2023 16:24:21 +0000 (18:24 +0200)
committerCédric Le Goater <clg@kaod.org>
Wed, 25 Oct 2023 07:52:44 +0000 (09:52 +0200)
commitc17fc025714faa031cd6570ca2f74a0d5b008431
treeda2b5c9c5fad532c497201f2c4ebcd20e2ee88a0
parenta0c21030705246fc53703253d9b9fccd88aa88d0
hw/arm/aspeed: Move AspeedSoCState::a7mpcore to Aspeed2600SoCState

The v7-A cluster is specific to the Aspeed 2600 series,
remove it from the common AspeedSoCState.

The ARM cores belong to the MP cluster, but the array
is currently used by TYPE_ASPEED2600_SOC. We'll clean
that soon, but for now keep it in Aspeed2600SoCState.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed_ast2600.c
hw/arm/fby35.c
include/hw/arm/aspeed_soc.h