mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/mips/fuloong2e: Fix typo in Fuloong machine name
We always miswrote the Fuloong machine... Fix its name. Add an machine alias to the previous name for backward compatibility. Suggested-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> Message-id: <20200526104726.11273-11-f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
3e5fe8dd1f
commit
c3a09ff68d
10 changed files with 38 additions and 32 deletions
|
@ -503,7 +503,7 @@ static void via_class_init(ObjectClass *klass, void *data)
|
|||
dc->vmsd = &vmstate_via;
|
||||
/*
|
||||
* Reason: part of VIA VT82C686 southbridge, needs to be wired up,
|
||||
* e.g. by mips_fulong2e_init()
|
||||
* e.g. by mips_fuloong2e_init()
|
||||
*/
|
||||
dc->user_creatable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue