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
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