summaryrefslogtreecommitdiffstats
path: root/hw/arm/aspeed.c
diff options
context:
space:
mode:
authorCédric Le Goater2021-05-01 10:03:52 +0200
committerCédric Le Goater2021-05-01 10:03:52 +0200
commit63a9c7e0a0ebb141c211112b164a0d31740d5031 (patch)
treeeec587e050d79ca604601818afb411599dd53f38 /hw/arm/aspeed.c
parenttests/qtest: Rename m25p80 test in aspeed_smc test (diff)
downloadqemu-63a9c7e0a0ebb141c211112b164a0d31740d5031.tar.gz
qemu-63a9c7e0a0ebb141c211112b164a0d31740d5031.tar.xz
qemu-63a9c7e0a0ebb141c211112b164a0d31740d5031.zip
aspeed: Deprecate the swift-bmc machine
The SWIFT machine never came out of the lab and we already have enough AST2500 based OpenPower machines. Cc: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/arm/aspeed.c')
-rw-r--r--hw/arm/aspeed.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index 1cf5a15c80..cefa0f1352 100644
--- a/hw/arm/aspeed.c
+++ b/hw/arm/aspeed.c
@@ -811,6 +811,9 @@ static void aspeed_machine_swift_class_init(ObjectClass *oc, void *data)
mc->default_ram_size = 512 * MiB;
mc->default_cpus = mc->min_cpus = mc->max_cpus =
aspeed_soc_num_cpus(amc->soc_name);
+
+ mc->deprecation_reason = "redundant system. Please use a similar "
+ "OpenPOWER BMC, Witherspoon or Romulus.";
};
static void aspeed_machine_witherspoon_class_init(ObjectClass *oc, void *data)