On 19/06/2020 19:46, Andrew Jones wrote:
This series introduces a KVM CAP for steal time to arm64 and x86. For arm64 the cap resolves a couple issues described in the second patch's commit message. The cap isn't necessary for x86, but is added for consistency. Thanks, drew
LGTM, being able to probe whether nodelayacct has been specified makes sense and having it available before VCPU creation is even better. FWIW feel free to add:
Reviewed-by: Steven Price <steven.price@xxxxxxx> Thanks, Steve
Andrew Jones (4): KVM: Documentation minor fixups arm64/x86: KVM: Introduce steal time cap tools headers kvm: Sync linux/kvm.h with the kernel sources KVM: selftests: Use KVM_CAP_STEAL_TIME Documentation/virt/kvm/api.rst | 20 ++++++++++++++++---- arch/arm64/kvm/arm.c | 3 +++ arch/x86/kvm/x86.c | 3 +++ include/uapi/linux/kvm.h | 1 + tools/include/uapi/linux/kvm.h | 15 +++++++++++++++ tools/testing/selftests/kvm/steal_time.c | 8 ++++++++ 6 files changed, 46 insertions(+), 4 deletions(-)