summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/steal_time.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-161-1/+0
* KVM: selftests: Use kvm_cpu_has() for KVM's PV steal timeSean Christopherson2022-07-131-3/+1
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-2/+1
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-4/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-10/+10
* KVM: selftests: Convert steal_time away from VCPU_IDSean Christopherson2022-06-111-61/+62
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-1/+1
* KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson2022-06-111-3/+3
* selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-031-10/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-271-2/+2
|\
| * selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton2021-09-221-2/+2
* | selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan2021-09-161-1/+0
* | selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan2021-09-161-15/+0
|/
* KVM: selftests: change pthread_yield to sched_yieldAndrew Jones2021-07-141-1/+1
* KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-1/+1
* KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong2021-06-241-2/+0
* KVM: selftests: Rework timespec functions and usageAndrew Jones2020-03-181-1/+1
* KVM: selftests: Introduce steal-time testAndrew Jones2020-03-161-0/+352