Re: [RFC PATCH v3 04/21] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
From: Sean Christopherson
Date: Tue Aug 13 2024 - 14:07:13 EST
On Wed, May 22, 2024, David Woodhouse wrote:
> From: Jack Allister <jalliste@xxxxxxxxxx>
>
> KVM provides a new interface for performing a fixup/correction of the KVM
> clock against the reference TSC. The KVM_[GS]ET_CLOCK_GUEST API requires a
> pvclock_vcpu_time_info, as such the caller must know about this definition.
>
> Move the definition to the UAPI folder so that it is exported to usermode
> and also change the type definitions to use the standard for UAPI exports.
Shouldn't this be order before the introduction of KVM_[GS]ET_CLOCK_GUEST?