summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorLines
2020-06-11KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov-5/+14
2020-06-09KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson-2/+9
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini-0/+12
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu-0/+9
2020-05-06KVM: selftests: Fix build for evmcs.hPeter Xu-0/+3
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta-0/+5
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson-17/+39
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson-60/+47
2020-04-15KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson-4/+3
2020-03-26KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson-2/+2
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones-21/+16
2020-03-16KVM: selftests: define and use EVMCS_VERSIONVitaly Kuznetsov-1/+1
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta-31/+26
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones-0/+22
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones-5/+5
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones-5/+19
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones-4/+4
2020-03-16KVM: selftests: Share common API documentationAndrew Jones-246/+89
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson-0/+30
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones-4/+5
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon-0/+20
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon-0/+71
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon-0/+51
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones-0/+37
2020-02-24KVM: selftests: Introduce vm_guest_mode_paramsAndrew Jones-27/+25
2020-02-24KVM: selftests: Remove unnecessary definesAndrew Jones-11/+0
2020-02-24KVM: selftests: aarch64: Use stream when givenAndrew Jones-2/+2
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger-0/+161
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger-3/+3
2020-02-05Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-0/+36
2020-01-31selftests: KVM: Add fpu and one reg set/get library functionsJanosch Frank-0/+36
2020-01-13tools/x86: Sync msr-index.h from kernel sourcesSean Christopherson-4/+4
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini-2/+2
2019-11-13selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov-2/+2
2019-10-22kvm: tests: Add test to verify MSR_IA32_XSSAaron Lewis-9/+63
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov-0/+10
2019-09-27KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failureVitaly Kuznetsov-1/+1
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini-3/+203
2019-09-25KVM: selftests: fix ucall on x86Vitaly Kuznetsov-1/+1
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu-0/+17
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu-10/+52
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu-8/+13
2019-09-11Merge tag 'kvm-s390-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-157/+224
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini-6/+10
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini-0/+20
2019-08-02KVM: selftests: Implement ucall() for s390xThomas Huth-0/+56
2019-08-02KVM: selftests: Split ucall.c into architecture specific filesThomas Huth-157/+168
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth-2/+0
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-7/+298
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-16/+60