KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
authorSean Christopherson <seanjc@google.com>
Thu, 14 Mar 2024 23:26:21 +0000 (16:26 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 29 Apr 2024 19:54:16 +0000 (12:54 -0700)
commitf54884f93898e2e8b62784153a4c12d12a081f96
treec57fb39a2c20de8c3d545dbbdac452f60087b11f
parent2b7deea3ec7c81a92d4c17751d3bcd780d065ae4
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t

Move the base types unique to KVM selftests out of kvm_util.h and into a
new header, kvm_util_types.h.  This will allow kvm_util_arch.h, i.e. core
arch headers, to reference common types, e.g. vm_vaddr_t and vm_paddr_t.

No functional change intended.

Reviewed-by: Ackerley Tng <ackerleytng@google.com>
Link: https://lore.kernel.org/r/20240314232637.2538648-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/include/kvm_util_types.h [new file with mode: 0644]