mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
hw/arm: Display CPU type in machine description
Most of ARM machines display their CPU when QEMU list the available machines (-M help). Some machines do not. Fix to unify the help output. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-id: 20210131184449.382425-7-f4bug@amsat.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
e022f2a205
commit
fd8f71b95d
6 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ static void microbit_machine_class_init(ObjectClass *oc, void *data)
|
|||
{
|
||||
MachineClass *mc = MACHINE_CLASS(oc);
|
||||
|
||||
mc->desc = "BBC micro:bit";
|
||||
mc->desc = "BBC micro:bit (Cortex-M0)";
|
||||
mc->init = microbit_init;
|
||||
mc->max_cpus = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue