diff options
author | Bin Meng | 2022-07-19 10:26:35 +0200 |
---|---|---|
committer | Alistair Francis | 2022-09-07 09:18:32 +0200 |
commit | 079520033facc70beee5eedee8d7a27a2a9261b4 (patch) | |
tree | be2e8f469c09cb5ce874a8372e86632f4d590351 /docs | |
parent | target/riscv: Fix typo and restore Pointer Masking functionality for RISC-V (diff) | |
download | qemu-079520033facc70beee5eedee8d7a27a2a9261b4.tar.gz qemu-079520033facc70beee5eedee8d7a27a2a9261b4.tar.xz qemu-079520033facc70beee5eedee8d7a27a2a9261b4.zip |
docs: List kvm as a supported accelerator on RISC-V
Since commit fbf43c7dbf18 ("target/riscv: enable riscv kvm accel"),
KVM accelerator is supported on RISC-V. Let's document it.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220719082635.3741878-1-bin.meng@windriver.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about/build-platforms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst index 26028756d0..a2fee53248 100644 --- a/docs/about/build-platforms.rst +++ b/docs/about/build-platforms.rst @@ -46,7 +46,7 @@ Those hosts are officially supported, with various accelerators: * - PPC - kvm, tcg * - RISC-V - - tcg + - kvm, tcg * - s390x - kvm, tcg * - SPARC |