mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
docs/system: Remove deprecated 'fulong2e' machine alias
The 'fulong2e' machine alias has been marked as deprecated since
QEMU v5.1 (commit c3a09ff68d
, the machine is renamed 'fuloong2e').
Time to remove it now.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Huacai Chen <chenhuacai@kernel.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20210106184602.3771551-1-f4bug@amsat.org>
This commit is contained in:
parent
eaca85763b
commit
cd669e2051
3 changed files with 5 additions and 6 deletions
|
@ -383,7 +383,6 @@ static void mips_fuloong2e_init(MachineState *machine)
|
|||
static void mips_fuloong2e_machine_init(MachineClass *mc)
|
||||
{
|
||||
mc->desc = "Fuloong 2e mini pc";
|
||||
mc->alias = "fulong2e"; /* Incorrect name used up to QEMU 4.2 */
|
||||
mc->init = mips_fuloong2e_init;
|
||||
mc->block_default_type = IF_IDE;
|
||||
mc->default_cpu_type = MIPS_CPU_TYPE_NAME("Loongson-2E");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue