summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)Author
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack
2022-09-30KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack
2022-09-30Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson
2022-09-30KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson
2022-09-30KVM: selftests: Gracefully handle empty stack tracesDavid Matlack
2022-09-29KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if availableMarc Zyngier
2022-09-27KVM: selftests: Skip tests that require EPT when it is not availableDavid Matlack
2022-08-01selftests: kvm: set rax before vmcallAndrei Vagin
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-13KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()Sean Christopherson
2022-07-13KVM: selftests: Clean up requirements for XFD-aware XSAVE featuresSean Christopherson
2022-07-13KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supportedSean Christopherson
2022-07-13KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFDSean Christopherson
2022-07-13KVM: selftests: Inline "get max CPUID leaf" helpersSean Christopherson
2022-07-13KVM: selftests: Set input function/index in raw CPUID helper(s)Sean Christopherson
2022-07-13KVM: selftests: Make get_supported_cpuid() returns "const"Sean Christopherson
2022-07-13KVM: selftests: Use vCPU's CPUID directly in Hyper-V testSean Christopherson
2022-07-13KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)Sean Christopherson
2022-07-13KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddrSean Christopherson
2022-07-13KVM: selftests: Use vm->pa_bits to generate reserved PA bitsSean Christopherson
2022-07-13KVM: selftests: Add helpers to get and modify a vCPU's CPUID entriesSean Christopherson
2022-07-13KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()Sean Christopherson
2022-07-13KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()Sean Christopherson
2022-07-13KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()Sean Christopherson
2022-07-13KVM: selftests: Cache CPUID in struct kvm_vcpuSean Christopherson
2022-07-13KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()Sean 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: Add framework to query KVM CPUID bitsSean Christopherson
2022-07-13KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreateSean Christopherson
2022-06-24KVM: selftests: Cache binary stats metadata for duration of testBen 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: Read binary stats desc in libBen Gardon
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta
2022-06-20KVM: selftests: Add x86-64 support for exception fixupSean Christopherson
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: Add a missing apostrophe in comment to show ownershipSean Christopherson
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean 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: 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
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson