]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 25 Jan 2024 05:55:41 +0000 (06:55 +0100)
committerCédric Le Goater <clg@kaod.org>
Thu, 1 Feb 2024 07:13:30 +0000 (08:13 +0100)
commit0e42592823762ec6df596e765c174478bc20f0c7
tree432a7ad9857cade117b8bc054669796deba71c15
parent2e3b9c937c50499eda41b68bd787f6b6863397f6
hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()

Since commit b7f1a0cb76 ("arm/aspeed: Compute the number
of CPUs from the SoC definition") Aspeed machines use the
aspeed_soc_num_cpus() helper to set the number of CPUs.

Use it for the ast1030-evb (commit 356b230ed1 "aspeed/soc:
Add AST1030 support") and supermicrox11-bmc (commit 40a38df55e
"hw/arm/aspeed: Add board model for Supermicro X11 BMC") machines.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
hw/arm/aspeed.c