Re: [PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions

2019-09-23 Thread Anup Patel
On Mon, Sep 23, 2019 at 12:14 PM Alexander Graf wrote: > > > > On 04.09.19 18:14, Anup Patel wrote: > > This patch implements VCPU create, init and destroy functions > > required by generic KVM module. We don't have much dynamic > > resources in struct kvm_vcpu_arch so thest functions are quite >

Re: [PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions

2019-09-22 Thread Alexander Graf
On 04.09.19 18:14, Anup Patel wrote: This patch implements VCPU create, init and destroy functions required by generic KVM module. We don't have much dynamic resources in struct kvm_vcpu_arch so thest functions are quite Since you're respinning for v8 anyway, please s/thest/these/ :) Alex

[PATCH v7 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions

2019-09-04 Thread Anup Patel
This patch implements VCPU create, init and destroy functions required by generic KVM module. We don't have much dynamic resources in struct kvm_vcpu_arch so thest functions are quite simple for KVM RISC-V. Signed-off-by: Anup Patel Acked-by: Paolo Bonzini Reviewed-by: Paolo Bonzini Reviewed-by