Commit cb991be5b1 for qemu.org
commit cb991be5b1c19753661ce1bbd8b6013f7ef35c2c
Author: Helge Deller <deller@gmx.de>
Date: Fri Mar 13 19:34:37 2026 +0100
hw/hppa: Fix description of the HP A400-44 server
The HP A400-44 machine has a height of 2U and is a noisy server machine
which was usually running in the datacenter.
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Anton Johansson <anjo@rev.ng>
diff --git a/hw/hppa/machine.c b/hw/hppa/machine.c
index ec63dc1297..e72dda2a68 100644
--- a/hw/hppa/machine.c
+++ b/hw/hppa/machine.c
@@ -840,7 +840,7 @@ static void HP_A400_machine_init_class_init(ObjectClass *oc, const void *data)
};
MachineClass *mc = MACHINE_CLASS(oc);
- mc->desc = "HP A400-44 workstation";
+ mc->desc = "HP A400-44 server";
mc->default_cpu_type = TYPE_HPPA_CPU_PA_8500;
mc->valid_cpu_types = valid_cpu_types;
mc->init = machine_HP_A400_init;