linux_dsm_epyc7002/tools/testing/selftests/kvm
Sean Christopherson a5543d3456 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

  444e2ff34d ("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 <sean.j.christopherson@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20191221044513.21680-3-sean.j.christopherson@intel.com
2020-01-13 17:30:04 +01:00
..
include selftests, kvm: Replace manual MSR defs with common msr-index.h 2020-01-13 17:30:04 +01:00
lib Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
s390x selftests: kvm: make syncregs more reliable on s390 2019-10-10 13:18:35 +02:00
x86_64 kvm: tests: Add test to verify MSR_IA32_XSS 2019-10-22 15:48:15 +02:00
.gitignore kvm: tests: Add test to verify MSR_IA32_XSS 2019-10-22 15:48:15 +02:00
clear_dirty_log_test.c kvm: introduce manual dirty log reprotect 2018-12-14 12:34:19 +01:00
config selftests: kvm: Adding config fragments 2019-08-09 16:52:38 +02:00
dirty_log_test.c KVM: selftests: Remove duplicate guest mode handling 2019-09-24 13:37:24 +02:00
kvm_create_max_vcpus.c selftests: kvm: Simplify loop in kvm_create_max_vcpus test 2019-11-15 11:44:12 +01:00
Makefile selftests, kvm: Replace manual MSR defs with common msr-index.h 2020-01-13 17:30:04 +01:00