summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64/emulator_error_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-17KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_testDavid Matlack1-192/+0
2022-11-17KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve1-3/+0
2022-11-17KVM: selftests: Drop reserved bit checks from PTE accessorSean Christopherson1-1/+1
2022-11-17KVM: selftests: Drop helpers to read/write page table entriesSean Christopherson1-2/+4
2022-07-14KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson1-9/+1
2022-07-14KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson1-1/+1
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-2/+1
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-4/+1
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-10/+10
2022-06-11KVM: selftests: Convert emulator_error_test away from VCPU_IDSean Christopherson1-37/+28
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson1-5/+1
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini1-1/+0
2021-06-25selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis1-0/+219