summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitStephen Rothwell2022-06-28111-4467/+4754
|\
| * KVM: selftests: Enhance handling WRMSR ICR register in x2APIC modeZeng Guang2022-06-241-3/+17
| * KVM: selftests: Add a self test for CMCI and UCNA emulations.Jue Wang2022-06-245-0/+344
| * KVM: selftests: Cache binary stats metadata for duration of testBen Gardon2022-06-242-15/+22
| * KVM: selftests: Test disabling NX hugepages on a VMBen Gardon2022-06-243-48/+113
| * KVM: selftests: Add NX huge pages testBen Gardon2022-06-246-0/+337
| * KVM: selftests: Read binary stat data in libBen Gardon2022-06-243-7/+41
| * KVM: selftests: Clean up coding style in binary stats testSean Christopherson2022-06-241-34/+45
| * KVM: selftests: Read binary stats desc in libBen Gardon2022-06-243-11/+63
| * KVM: selftests: Read binary stats header in libBen Gardon2022-06-242-2/+10
| * KVM: selftests: Remove dynamic memory allocation for stats headerBen Gardon2022-06-241-31/+27
| * KVM: selftests: Add MONITOR/MWAIT quirk testSean Christopherson2022-06-224-0/+139
| * KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall testsSean Christopherson2022-06-201-83/+32
| * KVM: selftests: Mostly fix broken Hyper-V Features testSean Christopherson2022-06-201-61/+81
| * KVM: selftests: Add x86-64 support for exception fixupSean Christopherson2022-06-203-63/+102
| * KVM: s390: selftests: Fix memop extension capability checkJanis Schoetterl-Glausch2022-06-151-1/+1
| * KVM: selftests: Remove the mismatched parameter commentsShaoqin Huang2022-06-151-3/+0
| * KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson2022-06-147-10/+10
| * KVM: selftests: Drop a duplicate TEST_ASSERT() in vm_nr_pages_required()Sean Christopherson2022-06-141-4/+0
| * KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce typeSean Christopherson2022-06-141-26/+31
| * KVM: selftests: Add a missing apostrophe in comment to show ownershipSean Christopherson2022-06-141-1/+1
| * KVM: selftests: kvm_binary_stats_test: Fix index expressionsAndrew Jones2022-06-141-2/+2
| * KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson2022-06-119-56/+58
| * KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRESean Christopherson2022-06-111-6/+4
| * KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-1148-290/+119
| * KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson2022-06-1119-24/+29
| * KVM: selftests: Return an 'unsigned int' from kvm_check_cap()Sean Christopherson2022-06-113-3/+3
| * KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic numberSean Christopherson2022-06-112-2/+7
| * KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_testSean Christopherson2022-06-111-8/+1
| * KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson2022-06-1110-35/+53
| * KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()Sean Christopherson2022-06-114-8/+7
| * KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()Sean Christopherson2022-06-114-26/+14
| * KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson2022-06-119-47/+14
| * KVM: selftests: Remove vcpu_state() helperSean Christopherson2022-06-112-19/+1
| * KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()Sean Christopherson2022-06-112-23/+13
| * KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-1187-909/+791
| * KVM: selftests: Require vCPU output array when creating VM with vCPUsSean Christopherson2022-06-111-6/+4
| * KVM: selftests: Remove vcpu_get() usage from dirty_log_testSean Christopherson2022-06-111-6/+4
| * KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson2022-06-117-131/+138
| * KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_configSean Christopherson2022-06-111-29/+31
| * KVM: selftests: Convert get-reg-list away from its "VCPU_ID"Sean Christopherson2022-06-111-7/+8
| * KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDsSean Christopherson2022-06-111-4/+9
| * KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_idSean Christopherson2022-06-111-41/+21
| * KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson2022-06-114-9/+7
| * KVM: selftests: Drop vm_create_default* helpersSean Christopherson2022-06-112-40/+6
| * KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_testSean Christopherson2022-06-111-10/+16
| * KVM: selftests: Use vm_create() in tsc_scaling_syncSean Christopherson2022-06-111-1/+1
| * KVM: selftests: Convert tprot away from VCPU_IDSean Christopherson2022-06-111-16/+15
| * KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_IDSean Christopherson2022-06-111-5/+4
| * KVM: selftests: Convert memop away from VCPU_IDSean Christopherson2022-06-111-40/+42