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?