RE: [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

2020-04-10 Thread Jiangyifei
ng (F) > ; Alistair Francis > ; yinyipeng ; Palmer > Dabbelt ; dengkai (A) > Subject: Re: [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the > public kvm interface > > On Tue, Mar 31, 2020 at 2:43 PM Anup Patel wrote: > > > > On Fri, Mar 13, 2020 at 9:

Re: [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

2020-03-31 Thread Anup Patel
On Tue, Mar 31, 2020 at 2:43 PM Anup Patel wrote: > > On Fri, Mar 13, 2020 at 9:23 AM Yifei Jiang wrote: > > > > Add target/riscv/kvm.c to place kvm_arch_* function needed by kvm/kvm-all.c. > > Meanwhile, add riscv64 kvm support to configure. > > This should be for both riscv64 and riscv32. The

Re: [PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

2020-03-31 Thread Anup Patel
On Fri, Mar 13, 2020 at 9:23 AM Yifei Jiang wrote: > > Add target/riscv/kvm.c to place kvm_arch_* function needed by kvm/kvm-all.c. > Meanwhile, add riscv64 kvm support to configure. This should be for both riscv64 and riscv32. The KVMTOOL compiles perfectly fine for riscv32 (although not tested

[PATCH RFC 2/9] target/riscv: Add target/riscv/kvm.c to place the public kvm interface

2020-03-12 Thread Yifei Jiang
Add target/riscv/kvm.c to place kvm_arch_* function needed by kvm/kvm-all.c. Meanwhile, add riscv64 kvm support to configure. Signed-off-by: Yifei Jiang Signed-off-by: Yipeng Yin --- configure | 1 + target/riscv/Makefile.objs | 1 + target/riscv/kvm.c | 128