[PATCH] docs: List kvm as a supported accelerator on RISC-V

Bin Meng posted 1 patch 1 year, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220719082635.3741878-1-bin.meng@windriver.com
docs/about/build-platforms.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: List kvm as a supported accelerator on RISC-V
Posted by Bin Meng 1 year, 10 months ago
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>
---

 docs/about/build-platforms.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
index ebde20f981..118a4c64dc 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
-- 
2.25.1
Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
Posted by Alistair Francis 1 year, 10 months ago
On Tue, Jul 19, 2022 at 11:37 PM Bin Meng <bin.meng@windriver.com> wrote:
>
> 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>

Thanks!

Applied to riscv-to-apply.next

Alistair

> ---
>
>  docs/about/build-platforms.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
> index ebde20f981..118a4c64dc 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
> --
> 2.25.1
>
>
Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
Posted by Alistair Francis 1 year, 10 months ago
On Tue, Jul 19, 2022 at 11:37 PM Bin Meng <bin.meng@windriver.com> wrote:
>
> 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: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>
>  docs/about/build-platforms.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
> index ebde20f981..118a4c64dc 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
> --
> 2.25.1
>
>
Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
Posted by Thomas Huth 1 year, 10 months ago
On 19/07/2022 10.26, Bin Meng wrote:
> 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>
> ---
> 
>   docs/about/build-platforms.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/about/build-platforms.rst b/docs/about/build-platforms.rst
> index ebde20f981..118a4c64dc 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

Reviewed-by: Thomas Huth <thuth@redhat.com>