aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson1-1/+1
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-2/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-3/+3
2022-06-11KVM: selftests: Convert vmx_dirty_log_test away from VCPU_IDSean Christopherson1-7/+6
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-1/+1
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson1-3/+3
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-1/+1
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones1-1/+0
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta1-3/+3
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones1-6/+5
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones1-1/+1
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones1-1/+1
2019-10-22selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov1-0/+2
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini1-0/+156