diff options
| author | Philippe Mathieu-Daudé | 2020-04-26 12:16:37 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé | 2020-05-26 13:20:48 +0200 |
| commit | c3a09ff68ddffd1efd57612706484aa386826518 (patch) | |
| tree | bb1f6a85b01891e0bfe5ff6ffaa2717523368d69 /docs | |
| parent | hw/mips/fuloong2e: Move code and update a comment (diff) | |
| download | qemu-c3a09ff68ddffd1efd57612706484aa386826518.tar.gz qemu-c3a09ff68ddffd1efd57612706484aa386826518.tar.xz qemu-c3a09ff68ddffd1efd57612706484aa386826518.zip | |
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>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/system/deprecated.rst | 5 | ||||
| -rw-r--r-- | docs/system/target-mips.rst | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 3142fac386..f0061f94aa 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -368,6 +368,11 @@ mips ``r4k`` platform (since 5.0) This machine type is very old and unmaintained. Users should use the ``malta`` machine type instead. +mips ``fulong2e`` machine (since 5.1) +''''''''''''''''''''''''''''''''''''' + +This machine has been renamed ``fuloong2e``. + ``pc-1.0``, ``pc-1.1``, ``pc-1.2`` and ``pc-1.3`` (since 5.0) ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst index 2736fd0509..cd2a931edf 100644 --- a/docs/system/target-mips.rst +++ b/docs/system/target-mips.rst @@ -74,7 +74,7 @@ The MIPS Magnum R4000 emulation supports: - G364 framebuffer -The Fulong 2E emulation supports: +The Fuloong 2E emulation supports: - Loongson 2E CPU |
