summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/kvm_util.c
AgeCommit message (Expand)Author
2021-03-18selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito
2021-03-02selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis
2021-02-04KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones
2020-12-11selftests: kvm: Test MSR exiting to userspaceAaron Lewis
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis
2020-10-31KVM: selftests: Don't require THP to run testsAndrew Jones
2020-06-09KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-07KVM: selftests: Add KVM_SET_GUEST_DEBUG testPeter Xu
2020-04-15selftests: kvm: Add vm_get_fd() in kvm_utilWainer dos Santos Moschetta
2020-04-15KVM: selftests: Add util to delete memory regionSean Christopherson
2020-04-15KVM: selftests: Use kernel's list instead of homebrewed replacementSean Christopherson
2020-04-15KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()Sean Christopherson
2020-03-26KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()Sean Christopherson
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta
2020-03-16KVM: selftests: Introduce steal-time testAndrew Jones
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones
2020-02-24KVM: selftests: Introduce num-pages conversion utilitiesAndrew Jones
2020-02-24KVM: selftests: Introduce vm_guest_mode_paramsAndrew Jones
2020-01-31selftests: KVM: Add fpu and one reg set/get library functionsJanosch Frank
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini
2019-06-04KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth
2019-06-04KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth
2019-05-08tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson