KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)
authorVishal Annapurve <vannapurve@google.com>
Wed, 11 Jan 2023 00:44:44 +0000 (00:44 +0000)
committerSean Christopherson <seanjc@google.com>
Tue, 24 Jan 2023 18:06:32 +0000 (10:06 -0800)
commite6df2ae3f57c6bfab29e767796ce8d4796a84ebb
tree6bf97a5310c00974b37378736d2527399fd4dd32
parente99b0d4cc2b679c5892d0994610b44e7b584d98b
KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)

Cache the host CPU vendor for userspace and share it with guest code.

All the current callers of this_cpu* actually care about host cpu so
they are updated to check host_cpu_is*.

Suggested-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: David Matlack <dmatlack@google.com>
Signed-off-by: Vishal Annapurve <vannapurve@google.com>
Link: https://lore.kernel.org/r/20230111004445.416840-3-vannapurve@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/include/x86_64/processor.h
tools/testing/selftests/kvm/lib/x86_64/processor.c
tools/testing/selftests/kvm/x86_64/fix_hypercall_test.c
tools/testing/selftests/kvm/x86_64/mmio_warning_test.c
tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c
tools/testing/selftests/kvm/x86_64/vmx_exception_with_invalid_guest_state.c