summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/steal_time.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-121-1/+1
|\
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-291-0/+1
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-1/+0
* | Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-23/+24
|\ \
| * | KVM: selftests: Use TAP in the steal_time testThomas Huth2024-04-091-23/+24
| |/
* / KVM: riscv: selftests: Move sbi definitions to its own header fileAtish Patra2024-04-261-1/+3
|/
* RISC-V: KVM: selftests: Add steal_time test supportAndrew Jones2023-12-301-0/+99
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-2/+0
* KVM: selftests: Convert steal_time test to printf style GUEST_ASSERTSean Christopherson2023-08-021-10/+12
* 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