diff options
author | Huacai Chen | 2020-12-21 12:05:38 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-01-04 23:36:03 +0100 |
commit | c7784e42c7cce358ba9b21231dffe376f670cd5f (patch) | |
tree | 82e41224048931d99d8b021af6cb5e3062a900ca | |
parent | hw/mips: Add Loongson-3 machine support (diff) | |
download | qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.tar.gz qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.tar.xz qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.zip |
docs/system: Update MIPS machine documentation
Update MIPS machine documentation to add Loongson-3 based machine description.
Signed-off-by: Huacai Chen <chenhuacai@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201221110538.3186646-6-chenhuacai@kernel.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-rw-r--r-- | docs/system/target-mips.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/system/target-mips.rst b/docs/system/target-mips.rst index cd2a931edf..138441bdec 100644 --- a/docs/system/target-mips.rst +++ b/docs/system/target-mips.rst @@ -84,6 +84,16 @@ The Fuloong 2E emulation supports: - RTL8139D as a network card chipset +The Loongson-3 virtual platform emulation supports: + +- Loongson 3A CPU + +- LIOINTC as interrupt controller + +- GPEX and virtio as peripheral devices + +- 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: |