Re: [PATCH v5 00/13] Add riscv kvm accel support

2022-01-17 Thread Alistair Francis
On Wed, Jan 12, 2022 at 6:20 PM Yifei Jiang via wrote: > > This series adds both riscv32 and riscv64 kvm support, and implements > migration based on riscv. > > Because of RISC-V KVM has been merged into the Linux master, so this > series are changed from RFC to patch. > > Several steps to use thi

[PATCH v5 00/13] Add riscv kvm accel support

2022-01-12 Thread Yifei Jiang via
This series adds both riscv32 and riscv64 kvm support, and implements migration based on riscv. Because of RISC-V KVM has been merged into the Linux master, so this series are changed from RFC to patch. Several steps to use this: 1. Build emulation $ ./configure --target-list=riscv64-softmmu $ ma