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

2022-07-19 Thread Alistair Francis
On Tue, Jul 19, 2022 at 11:37 PM 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 Thanks! Applied to riscv-to-apply.next Alistair > --- > > docs/about/build-platfor

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

2022-07-19 Thread Alistair Francis
On Tue, Jul 19, 2022 at 11:37 PM 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 Reviewed-by: Alistair Francis Alistair > --- > > docs/about/build-platforms.rst |

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

2022-07-19 Thread Bin Meng
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 --- docs/about/build-platforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/build-platforms.rst b/docs/abo

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

2022-07-19 Thread Thomas Huth
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 --- docs/about/build-platforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/