]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: selftests: Use s64 instead of int64_t
authorDavid Matlack <dmatlack@google.com>
Mon, 20 Apr 2026 21:19:50 +0000 (14:19 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:16 +0000 (14:54 -0700)
commit286e8903aed14cc4f64be8e72d5b28ab2b8982aa
treea871fe2b317fe4f985ef73d2a54de17687be913b
parent26f8453288d4c1fb8c96802eae15ddc988f5e068
KVM: selftests: Use s64 instead of int64_t

Use s64 instead of int64_t to make the KVM selftests code more concise
and more similar to the kernel (since selftests are primarily developed
by kernel developers).

This commit was generated with the following command:

  git ls-files tools/testing/selftests/kvm | xargs sed -i 's/int64_t/s64/g'

Then by manually adjusting whitespace to make checkpatch.pl happy.

No functional change intended.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://patch.msgid.link/20260420212004.3938325-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/arm64/sea_to_user.c
tools/testing/selftests/kvm/arm64/set_id_regs.c
tools/testing/selftests/kvm/guest_print_test.c
tools/testing/selftests/kvm/include/test_util.h
tools/testing/selftests/kvm/lib/test_util.c
tools/testing/selftests/kvm/lib/userfaultfd_util.c
tools/testing/selftests/kvm/lib/x86/processor.c
tools/testing/selftests/kvm/memslot_perf_test.c
tools/testing/selftests/kvm/steal_time.c
tools/testing/selftests/kvm/x86/kvm_clock_test.c
tools/testing/selftests/kvm/x86/nested_tsc_adjust_test.c