summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
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
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson
2022-06-11KVM: selftests: Remove vcpu_state() helperSean Christopherson
2022-06-11KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Require vCPU output array when creating VM with vCPUsSean Christopherson
2022-06-11KVM: selftests: Remove vcpu_get() usage from dirty_log_testSean Christopherson
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson
2022-06-11KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_configSean Christopherson
2022-06-11KVM: selftests: Convert get-reg-list away from its "VCPU_ID"Sean Christopherson
2022-06-11KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDsSean Christopherson
2022-06-11KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_idSean Christopherson
2022-06-11KVM: selftests: Drop @vcpuids param from VM creatorsSean Christopherson
2022-06-11KVM: selftests: Drop vm_create_default* helpersSean Christopherson
2022-06-11KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_testSean Christopherson
2022-06-11KVM: selftests: Use vm_create() in tsc_scaling_syncSean Christopherson
2022-06-11KVM: selftests: Convert tprot away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert memop away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert s390's "resets" test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert sync_regs_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert xapic_ipi_test away from *_VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert hypercalls test away from vm_create_default()Sean Christopherson
2022-06-11KVM: selftests: Sync stage before VM is freed in hypercalls testSean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson
2022-06-11KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Convert triple_fault_event_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert svm_nested_soft_inject_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert arch_timer away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert steal_time away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Add VM creation helper that "returns" vCPUsSean Christopherson
2022-06-11KVM: selftests: Convert hardware_disable_test to pass around vCPU objectsSean Christopherson
2022-06-11KVM: selftests: Convert psci_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDsSean Christopherson