aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/x86_64/platform_info_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson1-78/+0
2024-11-01KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has runSean Christopherson1-2/+0
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson1-3/+0
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson1-33/+33
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson1-8/+12
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson1-2/+0
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones1-1/+1
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-11/+3
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-6/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-7/+7
2022-06-11KVM: selftests: Convert platform_info_test away from VCPU_IDSean Christopherson1-16/+16
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson1-12/+2
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones1-2/+1
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones1-2/+1
2019-08-21selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov1-1/+1
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-1/+0
2018-10-17kvm: selftests: move arch-specific files to arch-specific locationsAndrew Jones1-0/+110