qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: List kvm as a supported accelerator on RISC-V
@ 2022-07-19  8:26 Bin Meng
  2022-07-19  8:39 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bin Meng @ 2022-07-19  8:26 UTC (permalink / raw)
  To: Akihiko Odaki, Philippe Mathieu-Daudé, Stefan Weil,
	Thomas Huth, qemu-devel

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
  2022-07-19  8:26 [PATCH] docs: List kvm as a supported accelerator on RISC-V Bin Meng
@ 2022-07-19  8:39 ` Thomas Huth
  2022-07-19 21:22 ` Alistair Francis
  2022-07-20  5:31 ` Alistair Francis
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2022-07-19  8:39 UTC (permalink / raw)
  To: Bin Meng, Akihiko Odaki, Philippe Mathieu-Daudé, Stefan Weil,
	qemu-devel
  Cc: Palmer Dabbelt, QEMU Trivial, RISC-V, Alistair Francis

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>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
  2022-07-19  8:26 [PATCH] docs: List kvm as a supported accelerator on RISC-V Bin Meng
  2022-07-19  8:39 ` Thomas Huth
@ 2022-07-19 21:22 ` Alistair Francis
  2022-07-20  5:31 ` Alistair Francis
  2 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2022-07-19 21:22 UTC (permalink / raw)
  To: Bin Meng
  Cc: Akihiko Odaki, Philippe Mathieu-Daudé, Stefan Weil,
	Thomas Huth, qemu-devel@nongnu.org Developers

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
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: List kvm as a supported accelerator on RISC-V
  2022-07-19  8:26 [PATCH] docs: List kvm as a supported accelerator on RISC-V Bin Meng
  2022-07-19  8:39 ` Thomas Huth
  2022-07-19 21:22 ` Alistair Francis
@ 2022-07-20  5:31 ` Alistair Francis
  2 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2022-07-20  5:31 UTC (permalink / raw)
  To: Bin Meng
  Cc: Akihiko Odaki, Philippe Mathieu-Daudé, Stefan Weil,
	Thomas Huth, qemu-devel@nongnu.org Developers

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
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-20  5:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-19  8:26 [PATCH] docs: List kvm as a supported accelerator on RISC-V Bin Meng
2022-07-19  8:39 ` Thomas Huth
2022-07-19 21:22 ` Alistair Francis
2022-07-20  5:31 ` Alistair Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).