diff options
author | Sean Christopherson <[email protected]> | 2019-12-20 20:44:56 -0800 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2020-01-13 17:30:04 +0100 |
commit | a5543d3456dd131f072c5c278f1708aeaeaff0da (patch) | |
tree | 55fd6b14eb3649bb9d6eb9e09cf51760ae930ab4 /scripts/bpf_helpers_doc.py | |
parent | 32ad73db7fc5fe7eebafdab3b528f99ab8498e3f (diff) |
selftests, kvm: Replace manual MSR defs with common msr-index.h
The kernel's version of msr-index.h was pulled wholesale into tools by
commit
444e2ff34df8 ("tools arch x86: Grab a copy of the file containing the MSR numbers"),
Use the common msr-index.h instead of manually redefining everything in
a KVM-only header.
Note, a few MSR-related definitions remain in processor.h because they
are not covered by msr-index.h, including the awesomely named
APIC_BASE_MSR, which refers to starting index of the x2APIC MSRs, not
the actual MSR_IA32_APICBASE, which *is* defined by msr-index.h.
Signed-off-by: Sean Christopherson <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions