summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones-73/+10
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones-38/+38
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones-26/+26
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones-14/+1
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones-18/+22
2023-08-02KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson-10/+6
2023-08-02KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson-12/+6
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson-117/+0
2023-08-02KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson-11/+18
2023-08-02KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson-13/+15
2023-08-02KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson-4/+8
2023-08-02KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson-1/+3
2023-08-02KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson-10/+12
2023-08-02KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson-3/+5
2023-08-02KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson-3/+3
2023-08-02KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson-15/+22
2023-08-02KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson-4/+6
2023-08-02KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson-10/+21
2023-08-02KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson-1/+2
2023-08-02KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERTSean Christopherson-6/+8
2023-08-02KVM: selftests: Convert steal_time test to printf style GUEST_ASSERTSean Christopherson-10/+12
2023-08-02KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson-9/+14
2023-08-02KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson-2/+5
2023-08-02KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson-3/+4
2023-08-02KVM: selftests: Convert the memslot performance test to printf guest assertsSean Christopherson-2/+4
2023-08-02KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERTSean Christopherson-1/+2
2023-08-02KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERTSean Christopherson-3/+4
2023-08-02KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERTSean Christopherson-10/+10
2023-08-02KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERTSean Christopherson-4/+6
2023-08-02KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERTSean Christopherson-12/+10
2023-08-02KVM: selftests: Add a selftest for guest prints and formatted assertsAaron Lewis-0/+225
2023-08-02KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson-0/+8
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson-35/+66
2023-08-02KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson-0/+70
2023-08-02KVM: selftests: Add string formatting options to ucallAaron Lewis-0/+24
2023-08-02KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis-0/+10
2023-08-02KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis-0/+311
2023-08-02KVM: selftests: Add strnlen() to the string overridesAaron Lewis-0/+10
2023-08-02KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson-2/+30
2023-08-02KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson-8/+7
2023-08-02KVM: selftests: Rename the ASSERT_EQ macroThomas Huth-103/+104
2023-08-02KVM: selftests: Remove superfluous variable assignmentMinjie Du-1/+0
2023-08-02KVM: selftests: use unified time type for comparisonBibo Mao-4/+4
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj-0/+23
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for event vector racesMichal Luczaj-0/+22
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for CR4 racesMichal Luczaj-0/+72
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson-31/+39
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson-2/+23