summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/vmx_dirty_log_test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-121-3/+0
|\
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-3/+0
* | KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack2024-04-111-14/+46
|/
* KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones2024-01-301-8/+8
* KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma2023-03-141-6/+1
* KVM: selftests: Assert in prepare_eptp() that nEPT is supportedDavid Matlack2022-11-161-0/+1
* KVM: selftests: Use kvm_cpu_has() for nested VMX checksSean Christopherson2022-07-131-1/+1
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-2/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-3/+3
* KVM: selftests: Convert vmx_dirty_log_test away from VCPU_IDSean Christopherson2022-06-111-7/+6
* tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-1/+1
* KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson2021-06-241-3/+3
* KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-1/+1
* KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones2020-11-161-1/+0
* selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta2020-03-161-3/+3
* KVM: selftests: virt_map should take npages, not sizeAndrew Jones2020-03-161-6/+5
* KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-161-1/+1
* KVM: selftests: Fix unknown ucall command assertsAndrew Jones2020-03-161-1/+1
* selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov2019-10-221-0/+2
* selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini2019-09-271-0/+156