summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/steal_time.c
AgeCommit message (Expand)Author
2023-12-30RISC-V: KVM: selftests: Add steal_time test supportAndrew Jones
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert steal_time test to printf style GUEST_ASSERTSean Christopherson
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-07-13KVM: selftests: Use kvm_cpu_has() for KVM's PV steal timeSean Christopherson
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Convert steal_time away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-22selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan
2021-07-14KVM: selftests: change pthread_yield to sched_yieldAndrew Jones
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones