]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
authorSean Christopherson <seanjc@google.com>
Thu, 28 Nov 2024 00:55:46 +0000 (16:55 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 18 Dec 2024 22:15:04 +0000 (14:15 -0800)
commit67730e6c53d70fb31618230f81c4acee9f72eaa3
treea6017a949d82c8cd2ca73efca2cd6033860538da
parent43fbd8cd389faa9760c5152b1c58e893c812953b
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories

Use the kernel's canonical $(ARCH) paths instead of the raw target triple
for KVM selftests directories.  KVM selftests are quite nearly the only
place in the entire kernel that using the target triple for directories,
tools/testing/selftests/drivers/s390x being the lone holdout.

Using the kernel's preferred nomenclature eliminates the minor, but
annoying, friction of having to translate to KVM's selftests directories,
e.g. for pattern matching, opening files, running selftests, etc.

Opportunsitically delete file comments that reference the full path of the
file, as they are obviously prone to becoming stale, and serve no known
purpose.

Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Acked-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Andrew Jones <ajones@ventanamicro.com>
Link: https://lore.kernel.org/r/20241128005547.4077116-16-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
152 files changed:
MAINTAINERS
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/Makefile.kvm
tools/testing/selftests/kvm/arm64/aarch32_id_regs.c [moved from tools/testing/selftests/kvm/aarch64/aarch32_id_regs.c with 100% similarity]
tools/testing/selftests/kvm/arm64/arch_timer.c [moved from tools/testing/selftests/kvm/aarch64/arch_timer.c with 100% similarity]
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c [moved from tools/testing/selftests/kvm/aarch64/arch_timer_edge_cases.c with 100% similarity]
tools/testing/selftests/kvm/arm64/debug-exceptions.c [moved from tools/testing/selftests/kvm/aarch64/debug-exceptions.c with 100% similarity]
tools/testing/selftests/kvm/arm64/get-reg-list.c [moved from tools/testing/selftests/kvm/aarch64/get-reg-list.c with 100% similarity]
tools/testing/selftests/kvm/arm64/hypercalls.c [moved from tools/testing/selftests/kvm/aarch64/hypercalls.c with 100% similarity]
tools/testing/selftests/kvm/arm64/mmio_abort.c [moved from tools/testing/selftests/kvm/aarch64/mmio_abort.c with 100% similarity]
tools/testing/selftests/kvm/arm64/no-vgic-v3.c [moved from tools/testing/selftests/kvm/aarch64/no-vgic-v3.c with 100% similarity]
tools/testing/selftests/kvm/arm64/page_fault_test.c [moved from tools/testing/selftests/kvm/aarch64/page_fault_test.c with 100% similarity]
tools/testing/selftests/kvm/arm64/psci_test.c [moved from tools/testing/selftests/kvm/aarch64/psci_test.c with 100% similarity]
tools/testing/selftests/kvm/arm64/set_id_regs.c [moved from tools/testing/selftests/kvm/aarch64/set_id_regs.c with 100% similarity]
tools/testing/selftests/kvm/arm64/smccc_filter.c [moved from tools/testing/selftests/kvm/aarch64/smccc_filter.c with 100% similarity]
tools/testing/selftests/kvm/arm64/vcpu_width_config.c [moved from tools/testing/selftests/kvm/aarch64/vcpu_width_config.c with 100% similarity]
tools/testing/selftests/kvm/arm64/vgic_init.c [moved from tools/testing/selftests/kvm/aarch64/vgic_init.c with 100% similarity]
tools/testing/selftests/kvm/arm64/vgic_irq.c [moved from tools/testing/selftests/kvm/aarch64/vgic_irq.c with 100% similarity]
tools/testing/selftests/kvm/arm64/vgic_lpi_stress.c [moved from tools/testing/selftests/kvm/aarch64/vgic_lpi_stress.c with 100% similarity]
tools/testing/selftests/kvm/arm64/vpmu_counter_access.c [moved from tools/testing/selftests/kvm/aarch64/vpmu_counter_access.c with 100% similarity]
tools/testing/selftests/kvm/dirty_log_perf_test.c
tools/testing/selftests/kvm/include/arm64/arch_timer.h [moved from tools/testing/selftests/kvm/include/aarch64/arch_timer.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/delay.h [moved from tools/testing/selftests/kvm/include/aarch64/delay.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/gic.h [moved from tools/testing/selftests/kvm/include/aarch64/gic.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/gic_v3.h [moved from tools/testing/selftests/kvm/include/aarch64/gic_v3.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/gic_v3_its.h [moved from tools/testing/selftests/kvm/include/aarch64/gic_v3_its.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/kvm_util_arch.h [moved from tools/testing/selftests/kvm/include/aarch64/kvm_util_arch.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/processor.h [moved from tools/testing/selftests/kvm/include/aarch64/processor.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/spinlock.h [moved from tools/testing/selftests/kvm/include/aarch64/spinlock.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/ucall.h [moved from tools/testing/selftests/kvm/include/aarch64/ucall.h with 100% similarity]
tools/testing/selftests/kvm/include/arm64/vgic.h [moved from tools/testing/selftests/kvm/include/aarch64/vgic.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/debug_print.h [moved from tools/testing/selftests/kvm/include/s390x/debug_print.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/diag318_test_handler.h [moved from tools/testing/selftests/kvm/include/s390x/diag318_test_handler.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/facility.h [moved from tools/testing/selftests/kvm/include/s390x/facility.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/kvm_util_arch.h [moved from tools/testing/selftests/kvm/include/s390x/kvm_util_arch.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/processor.h [moved from tools/testing/selftests/kvm/include/s390x/processor.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/sie.h [moved from tools/testing/selftests/kvm/include/s390x/sie.h with 100% similarity]
tools/testing/selftests/kvm/include/s390/ucall.h [moved from tools/testing/selftests/kvm/include/s390x/ucall.h with 100% similarity]
tools/testing/selftests/kvm/include/x86/apic.h [moved from tools/testing/selftests/kvm/include/x86_64/apic.h with 98% similarity]
tools/testing/selftests/kvm/include/x86/evmcs.h [moved from tools/testing/selftests/kvm/include/x86_64/evmcs.h with 99% similarity]
tools/testing/selftests/kvm/include/x86/hyperv.h [moved from tools/testing/selftests/kvm/include/x86_64/hyperv.h with 99% similarity]
tools/testing/selftests/kvm/include/x86/kvm_util_arch.h [moved from tools/testing/selftests/kvm/include/x86_64/kvm_util_arch.h with 100% similarity]
tools/testing/selftests/kvm/include/x86/mce.h [moved from tools/testing/selftests/kvm/include/x86_64/mce.h with 94% similarity]
tools/testing/selftests/kvm/include/x86/pmu.h [moved from tools/testing/selftests/kvm/include/x86_64/pmu.h with 100% similarity]
tools/testing/selftests/kvm/include/x86/processor.h [moved from tools/testing/selftests/kvm/include/x86_64/processor.h with 99% similarity]
tools/testing/selftests/kvm/include/x86/sev.h [moved from tools/testing/selftests/kvm/include/x86_64/sev.h with 100% similarity]
tools/testing/selftests/kvm/include/x86/svm.h [moved from tools/testing/selftests/kvm/include/x86_64/svm.h with 98% similarity]
tools/testing/selftests/kvm/include/x86/svm_util.h [moved from tools/testing/selftests/kvm/include/x86_64/svm_util.h with 94% similarity]
tools/testing/selftests/kvm/include/x86/ucall.h [moved from tools/testing/selftests/kvm/include/x86_64/ucall.h with 100% similarity]
tools/testing/selftests/kvm/include/x86/vmx.h [moved from tools/testing/selftests/kvm/include/x86_64/vmx.h with 99% similarity]
tools/testing/selftests/kvm/lib/arm64/gic.c [moved from tools/testing/selftests/kvm/lib/aarch64/gic.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/gic_private.h [moved from tools/testing/selftests/kvm/lib/aarch64/gic_private.h with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/gic_v3.c [moved from tools/testing/selftests/kvm/lib/aarch64/gic_v3.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/gic_v3_its.c [moved from tools/testing/selftests/kvm/lib/aarch64/gic_v3_its.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/handlers.S [moved from tools/testing/selftests/kvm/lib/aarch64/handlers.S with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/processor.c [moved from tools/testing/selftests/kvm/lib/aarch64/processor.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/spinlock.c [moved from tools/testing/selftests/kvm/lib/aarch64/spinlock.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/ucall.c [moved from tools/testing/selftests/kvm/lib/aarch64/ucall.c with 100% similarity]
tools/testing/selftests/kvm/lib/arm64/vgic.c [moved from tools/testing/selftests/kvm/lib/aarch64/vgic.c with 100% similarity]
tools/testing/selftests/kvm/lib/s390/diag318_test_handler.c [moved from tools/testing/selftests/kvm/lib/s390x/diag318_test_handler.c with 100% similarity]
tools/testing/selftests/kvm/lib/s390/facility.c [moved from tools/testing/selftests/kvm/lib/s390x/facility.c with 100% similarity]
tools/testing/selftests/kvm/lib/s390/processor.c [moved from tools/testing/selftests/kvm/lib/s390x/processor.c with 100% similarity]
tools/testing/selftests/kvm/lib/s390/ucall.c [moved from tools/testing/selftests/kvm/lib/s390x/ucall.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/apic.c [moved from tools/testing/selftests/kvm/lib/x86_64/apic.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/handlers.S [moved from tools/testing/selftests/kvm/lib/x86_64/handlers.S with 100% similarity]
tools/testing/selftests/kvm/lib/x86/hyperv.c [moved from tools/testing/selftests/kvm/lib/x86_64/hyperv.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/memstress.c [moved from tools/testing/selftests/kvm/lib/x86_64/memstress.c with 98% similarity]
tools/testing/selftests/kvm/lib/x86/pmu.c [moved from tools/testing/selftests/kvm/lib/x86_64/pmu.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/processor.c [moved from tools/testing/selftests/kvm/lib/x86_64/processor.c with 99% similarity]
tools/testing/selftests/kvm/lib/x86/sev.c [moved from tools/testing/selftests/kvm/lib/x86_64/sev.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/svm.c [moved from tools/testing/selftests/kvm/lib/x86_64/svm.c with 99% similarity]
tools/testing/selftests/kvm/lib/x86/ucall.c [moved from tools/testing/selftests/kvm/lib/x86_64/ucall.c with 100% similarity]
tools/testing/selftests/kvm/lib/x86/vmx.c [moved from tools/testing/selftests/kvm/lib/x86_64/vmx.c with 99% similarity]
tools/testing/selftests/kvm/s390/cmma_test.c [moved from tools/testing/selftests/kvm/s390x/cmma_test.c with 100% similarity]
tools/testing/selftests/kvm/s390/config [moved from tools/testing/selftests/kvm/s390x/config with 100% similarity]
tools/testing/selftests/kvm/s390/cpumodel_subfuncs_test.c [moved from tools/testing/selftests/kvm/s390x/cpumodel_subfuncs_test.c with 100% similarity]
tools/testing/selftests/kvm/s390/debug_test.c [moved from tools/testing/selftests/kvm/s390x/debug_test.c with 100% similarity]
tools/testing/selftests/kvm/s390/memop.c [moved from tools/testing/selftests/kvm/s390x/memop.c with 100% similarity]
tools/testing/selftests/kvm/s390/resets.c [moved from tools/testing/selftests/kvm/s390x/resets.c with 100% similarity]
tools/testing/selftests/kvm/s390/shared_zeropage_test.c [moved from tools/testing/selftests/kvm/s390x/shared_zeropage_test.c with 100% similarity]
tools/testing/selftests/kvm/s390/sync_regs_test.c [moved from tools/testing/selftests/kvm/s390x/sync_regs_test.c with 100% similarity]
tools/testing/selftests/kvm/s390/tprot.c [moved from tools/testing/selftests/kvm/s390x/tprot.c with 100% similarity]
tools/testing/selftests/kvm/s390/ucontrol_test.c [moved from tools/testing/selftests/kvm/s390x/ucontrol_test.c with 100% similarity]
tools/testing/selftests/kvm/set_memory_region_test.c
tools/testing/selftests/kvm/x86/amx_test.c [moved from tools/testing/selftests/kvm/x86_64/amx_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/apic_bus_clock_test.c [moved from tools/testing/selftests/kvm/x86_64/apic_bus_clock_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/cpuid_test.c [moved from tools/testing/selftests/kvm/x86_64/cpuid_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c [moved from tools/testing/selftests/kvm/x86_64/cr4_cpuid_sync_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/debug_regs.c [moved from tools/testing/selftests/kvm/x86_64/debug_regs.c with 100% similarity]
tools/testing/selftests/kvm/x86/dirty_log_page_splitting_test.c [moved from tools/testing/selftests/kvm/x86_64/dirty_log_page_splitting_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/exit_on_emulation_failure_test.c [moved from tools/testing/selftests/kvm/x86_64/exit_on_emulation_failure_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/feature_msrs_test.c [moved from tools/testing/selftests/kvm/x86_64/feature_msrs_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/fix_hypercall_test.c [moved from tools/testing/selftests/kvm/x86_64/fix_hypercall_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/flds_emulation.h [moved from tools/testing/selftests/kvm/x86_64/flds_emulation.h with 100% similarity]
tools/testing/selftests/kvm/x86/hwcr_msr_test.c [moved from tools/testing/selftests/kvm/x86_64/hwcr_msr_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_clock.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_clock.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_cpuid.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_evmcs.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_evmcs.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_extended_hypercalls.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_extended_hypercalls.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_features.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_features.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_ipi.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_ipi.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_svm_test.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_svm_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/hyperv_tlb_flush.c [moved from tools/testing/selftests/kvm/x86_64/hyperv_tlb_flush.c with 100% similarity]
tools/testing/selftests/kvm/x86/kvm_clock_test.c [moved from tools/testing/selftests/kvm/x86_64/kvm_clock_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/kvm_pv_test.c [moved from tools/testing/selftests/kvm/x86_64/kvm_pv_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/max_vcpuid_cap_test.c [moved from tools/testing/selftests/kvm/x86_64/max_vcpuid_cap_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/monitor_mwait_test.c [moved from tools/testing/selftests/kvm/x86_64/monitor_mwait_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/nested_exceptions_test.c [moved from tools/testing/selftests/kvm/x86_64/nested_exceptions_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/nx_huge_pages_test.c [moved from tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/nx_huge_pages_test.sh [moved from tools/testing/selftests/kvm/x86_64/nx_huge_pages_test.sh with 100% similarity]
tools/testing/selftests/kvm/x86/platform_info_test.c [moved from tools/testing/selftests/kvm/x86_64/platform_info_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/pmu_counters_test.c [moved from tools/testing/selftests/kvm/x86_64/pmu_counters_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c [moved from tools/testing/selftests/kvm/x86_64/pmu_event_filter_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/private_mem_conversions_test.c [moved from tools/testing/selftests/kvm/x86_64/private_mem_conversions_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/private_mem_kvm_exits_test.c [moved from tools/testing/selftests/kvm/x86_64/private_mem_kvm_exits_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/recalc_apic_map_test.c [moved from tools/testing/selftests/kvm/x86_64/recalc_apic_map_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/set_boot_cpu_id.c [moved from tools/testing/selftests/kvm/x86_64/set_boot_cpu_id.c with 100% similarity]
tools/testing/selftests/kvm/x86/set_sregs_test.c [moved from tools/testing/selftests/kvm/x86_64/set_sregs_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/sev_init2_tests.c [moved from tools/testing/selftests/kvm/x86_64/sev_init2_tests.c with 100% similarity]
tools/testing/selftests/kvm/x86/sev_migrate_tests.c [moved from tools/testing/selftests/kvm/x86_64/sev_migrate_tests.c with 100% similarity]
tools/testing/selftests/kvm/x86/sev_smoke_test.c [moved from tools/testing/selftests/kvm/x86_64/sev_smoke_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/smaller_maxphyaddr_emulation_test.c [moved from tools/testing/selftests/kvm/x86_64/smaller_maxphyaddr_emulation_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/smm_test.c [moved from tools/testing/selftests/kvm/x86_64/smm_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/state_test.c [moved from tools/testing/selftests/kvm/x86_64/state_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/svm_int_ctl_test.c [moved from tools/testing/selftests/kvm/x86_64/svm_int_ctl_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/svm_nested_shutdown_test.c [moved from tools/testing/selftests/kvm/x86_64/svm_nested_shutdown_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/svm_nested_soft_inject_test.c [moved from tools/testing/selftests/kvm/x86_64/svm_nested_soft_inject_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/svm_vmcall_test.c [moved from tools/testing/selftests/kvm/x86_64/svm_vmcall_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/sync_regs_test.c [moved from tools/testing/selftests/kvm/x86_64/sync_regs_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/triple_fault_event_test.c [moved from tools/testing/selftests/kvm/x86_64/triple_fault_event_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/tsc_msrs_test.c [moved from tools/testing/selftests/kvm/x86_64/tsc_msrs_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/tsc_scaling_sync.c [moved from tools/testing/selftests/kvm/x86_64/tsc_scaling_sync.c with 100% similarity]
tools/testing/selftests/kvm/x86/ucna_injection_test.c [moved from tools/testing/selftests/kvm/x86_64/ucna_injection_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/userspace_io_test.c [moved from tools/testing/selftests/kvm/x86_64/userspace_io_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/userspace_msr_exit_test.c [moved from tools/testing/selftests/kvm/x86_64/userspace_msr_exit_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_apic_access_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_apic_access_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_close_while_nested_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_close_while_nested_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_dirty_log_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_exception_with_invalid_guest_state.c [moved from tools/testing/selftests/kvm/x86_64/vmx_exception_with_invalid_guest_state.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_invalid_nested_guest_state.c [moved from tools/testing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_msrs_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_msrs_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_nested_tsc_scaling_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_nested_tsc_scaling_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_pmu_caps_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_preemption_timer_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_preemption_timer_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_set_nested_state_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_set_nested_state_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/vmx_tsc_adjust_test.c [moved from tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xapic_ipi_test.c [moved from tools/testing/selftests/kvm/x86_64/xapic_ipi_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xapic_state_test.c [moved from tools/testing/selftests/kvm/x86_64/xapic_state_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xcr0_cpuid_test.c [moved from tools/testing/selftests/kvm/x86_64/xcr0_cpuid_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xen_shinfo_test.c [moved from tools/testing/selftests/kvm/x86_64/xen_shinfo_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xen_vmcall_test.c [moved from tools/testing/selftests/kvm/x86_64/xen_vmcall_test.c with 100% similarity]
tools/testing/selftests/kvm/x86/xss_msr_test.c [moved from tools/testing/selftests/kvm/x86_64/xss_msr_test.c with 100% similarity]