]> www.infradead.org Git - users/dwmw2/linux.git/commit
UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
authorJack Allister <jalliste@amazon.com>
Sun, 21 Apr 2024 15:21:16 +0000 (15:21 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 22 May 2024 00:05:31 +0000 (17:05 -0700)
commit988f0613b7ed4450a8738e9abb63bf87810b9a2c
tree2f0678dc1338078f374a95605f83123782b3f428
parentf7be97cb864a401a437f8abf5250f9fa41e30de0
UAPI: x86: Move pvclock-abi to UAPI for x86 platforms

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.

Signed-off-by: Jack Allister <jalliste@amazon.com>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
arch/x86/include/uapi/asm/pvclock-abi.h [moved from arch/x86/include/asm/pvclock-abi.h with 83% similarity]