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 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(-) -- 2.25.4