On 17/03/26, Helge Deller wrote: > From: Helge Deller <[email protected]> > > 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 <[email protected]> > --- > hw/hppa/machine.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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; > -- > 2.53.0 >
Reviewed-by: Anton Johansson <[email protected]>
