Re: [PATCH v2 09/13] RISC-V: KVM: Implement SBI STA extension

2023-12-15 Thread Anup Patel
On Thu, Dec 14, 2023 at 3:46 PM Andrew Jones wrote: > > Add a select SCHED_INFO to the KVM config in order to get run_delay > info. Then implement SBI STA's set-steal-time-shmem function and > kvm_riscv_vcpu_record_steal_time() to provide the steal-time info > to guests. > > Signed-off-by: Andrew

[PATCH v2 09/13] RISC-V: KVM: Implement SBI STA extension

2023-12-14 Thread Andrew Jones
Add a select SCHED_INFO to the KVM config in order to get run_delay info. Then implement SBI STA's set-steal-time-shmem function and kvm_riscv_vcpu_record_steal_time() to provide the steal-time info to guests. Signed-off-by: Andrew Jones --- arch/riscv/kvm/Kconfig| 1 + arch/riscv/kvm/v