summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2023-08-17KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang
2023-08-17KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang
2023-08-17KVM: selftests: Drop the return of remove_event()Jinrong Liang
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang
2023-08-09KVM: riscv: selftests: Add get-reg-list testHaibo Xu
2023-08-09KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu
2023-08-09KVM: selftests: Only do get/set tests on present blessed listHaibo Xu
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu
2023-08-09KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu
2023-08-09KVM: arm64: selftests: Finish generalizing get-reg-listAndrew Jones
2023-08-09KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones
2023-08-02KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson
2023-08-02KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson
2023-08-02KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's nested exceptions test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the Hyper-V extended hypercalls test to printf assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert steal_time test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert the memslot performance test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERTSean Christopherson
2023-08-02KVM: selftests: Add a selftest for guest prints and formatted assertsAaron Lewis
2023-08-02KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson
2023-08-02KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson
2023-08-02KVM: selftests: Add string formatting options to ucallAaron Lewis
2023-08-02KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis
2023-08-02KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis
2023-08-02KVM: selftests: Add strnlen() to the string overridesAaron Lewis
2023-08-02KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson