KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Apr 2018 08:04:26 +0000 (10:04 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Wed, 23 May 2018 13:22:02 +0000 (15:22 +0200)
commit899a31f509ee1c6f7008c3265d1f625bfcb23311
tree2664299d7310b3e0263cd45ccdf67db4a756290f
parent6514dc380d35570ef8b0cf107d388fe3169cca11
KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING

The hypercall was added using a struct timespec based implementation,
but we should not use timespec in new code.

This changes it to timespec64. There is no functional change
here since the implementation is only used in 64-bit kernels
that use the same definition for timespec and timespec64.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/x86.c