Re: [PATCH v2 05/13] RISC-V: KVM: Add steal-update vcpu request

2023-12-14 Thread Anup Patel
On Thu, Dec 14, 2023 at 3:46 PM Andrew Jones wrote: > > Add a new vcpu request to inform a vcpu that it should record its > steal-time information. The request is made each time it has been > detected that the vcpu task was not assigned a cpu for some time, > which is easy to do by making the requ

[PATCH v2 05/13] RISC-V: KVM: Add steal-update vcpu request

2023-12-14 Thread Andrew Jones
Add a new vcpu request to inform a vcpu that it should record its steal-time information. The request is made each time it has been detected that the vcpu task was not assigned a cpu for some time, which is easy to do by making the request from vcpu-load. The record function is just a stub for now