diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-08-28 16:24:16 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-02 17:57:05 +0200 |
| commit | acba1ebcad9a0dd8c08495edaf5b8ce6a748bb01 (patch) | |
| tree | 728f614e3471ce7b84a21029da6ea0a7a74f4a3e /docs/system | |
| parent | 6592f710e4e1890a8a71e157266060bceacef6dd (diff) | |
| download | focaccia-qemu-acba1ebcad9a0dd8c08495edaf5b8ce6a748bb01.tar.gz focaccia-qemu-acba1ebcad9a0dd8c08495edaf5b8ce6a748bb01.zip | |
hw/mips: Remove mipssim machine
The "mipssim" machine is deprecated since commit facfc943cb9
("hw/mips: Mark the "mipssim" machine as deprecated"), released
in v10.0; time to remove.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20250828143800.49842-2-philmd@linaro.org>
Diffstat (limited to 'docs/system')
| -rw-r--r-- | docs/system/target-mips.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst index 9028c3b304..2a152e1338 100644 --- a/docs/system/target-mips.rst +++ b/docs/system/target-mips.rst @@ -12,8 +12,6 @@ machine types are emulated: - An ACER Pica \"pica61\". This machine needs the 64-bit emulator. -- MIPS emulator pseudo board \"mipssim\" - - A MIPS Magnum R4000 machine \"magnum\". This machine needs the 64-bit emulator. @@ -80,15 +78,6 @@ The Loongson-3 virtual platform emulation supports: - Both KVM and TCG supported -The mipssim pseudo board emulation provides an environment similar to -what the proprietary MIPS emulator uses for running Linux. It supports: - -- A range of MIPS CPUs, default is the 24Kf - -- PC style serial port - -- MIPSnet network emulation - .. include:: cpu-models-mips.rst.inc .. _nanoMIPS-System-emulator: |