KVM: x86: Add requested index to the CPUID tracepoint
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 17 Mar 2020 19:53:53 +0000 (12:53 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Mar 2020 12:44:18 +0000 (13:44 +0100)
commite7adda281063becab7631c6ac60f8b19684ba042
treef9c1289722552c936b8c840770f685a63a52eefb
parentd55c9d4009c7622e081cbe599c673076b9854ea1
KVM: x86: Add requested index to the CPUID tracepoint

Output the requested index when tracing CPUID emulation; it's basically
mandatory for leafs where the index is meaningful, and is helpful for
verifying KVM correctness even when the index isn't meaningful, e.g. the
trace for a Linux guest's hypervisor_cpuid_base() probing appears to
be broken (returns all zeroes) at first glance, but is correct because
the index is non-zero, i.e. the output values correspond to a random
index in the maximum basic leaf.

Suggested-by: Xiaoyao Li <xiaoyao.li@intel.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c
arch/x86/kvm/trace.h