diff options
author | Huacai Chen <chenhuacai@kernel.org> | 2020-12-21 19:05:38 +0800 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-04 23:36:03 +0100 |
commit | c7784e42c7cce358ba9b21231dffe376f670cd5f (patch) | |
tree | 82e41224048931d99d8b021af6cb5e3062a900ca /docs/system/target-mips.rst | |
parent | c76b409fef19dc60a48f02a8e12e7fb46b07caf7 (diff) | |
download | qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.zip qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.tar.gz qemu-c7784e42c7cce358ba9b21231dffe376f670cd5f.tar.bz2 |
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>
Diffstat (limited to 'docs/system/target-mips.rst')
-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 cd2a931..138441b 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: |