summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2022-07-13KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR testSean Christopherson
2022-07-13KVM: selftests: Drop redundant vcpu_set_cpuid() from PMU selftestSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftestSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested SVM checksSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() in the SEV migration testSean Christopherson
2022-07-13KVM: selftests: Add framework to query KVM CPUID bitsSean Christopherson
2022-07-13KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usageSean Christopherson
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-07-13KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERTColton Lewis
2022-07-13KVM: selftests: Increase UCALL_MAX_ARGS to 7Colton Lewis
2022-07-13KVM: selftests: enumerate GUEST_ASSERT argumentsColton Lewis
2022-07-13KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specificSean Christopherson
2022-07-13KVM: selftests: Use "a" and "d" to set EAX/EDX for wrmsr_safe()Vitaly Kuznetsov
2022-07-12KVM: selftests: Provide valid inputs for MONITOR/MWAIT regsSean Christopherson
2022-07-12KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirkSean Christopherson
2022-07-11selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker
2022-06-24KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang
2022-06-24KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen Gardon
2022-06-24KVM: selftests: Test disabling NX hugepages on a VMBen Gardon
2022-06-24KVM: selftests: Add NX huge pages testBen Gardon
2022-06-24KVM: selftests: Read binary stat data in libBen Gardon
2022-06-24KVM: selftests: Clean up coding style in binary stats testSean Christopherson
2022-06-24KVM: selftests: Read binary stats desc in libBen Gardon
2022-06-24KVM: selftests: Read binary stats header in libBen Gardon
2022-06-24KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta
2022-06-22KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson
2022-06-20KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall testsSean Christopherson
2022-06-20KVM: selftests: Mostly fix broken Hyper-V Features testSean Christopherson
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson
2022-06-15KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch
2022-06-15KVM: selftests: Remove the mismatched parameter commentsShaoqin Huang
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-14KVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr_pages_required()Sean Christopherson
2022-06-14KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce typeSean Christopherson
2022-06-14KVM: selftests: Add a missing apostrophe in comment to show ownershipSean Christopherson
2022-06-14KVM: selftests: kvm_binary_stats_test: Fix index expressionsAndrew Jones
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson
2022-06-11KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRESean Christopherson
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson
2022-06-11KVM: selftests: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson
2022-06-11KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic numberSean Christopherson
2022-06-11KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_testSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson
2022-06-11KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson