aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/kvm_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27selftests: kvm: add test for dirty logging inside nested guestsPaolo Bonzini1-1/+1
2019-09-24KVM: selftests: Remove duplicate guest mode handlingPeter Xu1-0/+17
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu1-6/+23
2019-09-24KVM: selftests: Move vm type into _vm_create() internallyPeter Xu1-8/+13
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-5/+18
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-2/+37
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis1-0/+36
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini1-6/+3
2019-06-04KVM: selftests: Align memory region addresses to 1M on s390xThomas Huth1-5/+16
2019-06-04KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTSThomas Huth1-0/+2
2019-05-24KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth1-0/+2
2019-05-24KVM: selftests: Compile code with warnings enabledThomas Huth1-3/+0
2019-05-08tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis1-0/+32
2019-04-16selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini1-0/+5
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson1-0/+16
2019-01-25kvm: selftests: Fix region overlap check in kvm_utilBen Gardon1-7/+2
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones1-5/+12
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones1-2/+21
2018-12-14KVM: selftests: implement an unchecked version of vcpu_ioctl()Vitaly Kuznetsov1-2/+12
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+13
2018-10-28Merge tag 'linux-kselftest-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2018-10-24kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"Colin Ian King1-1/+1
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones1-0/+16
2018-10-17kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones1-17/+29
2018-10-17kvm: selftests: add virt mem support for aarch64Andrew Jones1-0/+1
2018-10-17kvm: selftests: add vm_phy_pages_allocAndrew Jones1-23/+37
2018-10-17kvm: selftests: tidy up kvm_utilAndrew Jones1-332/+106
2018-10-17kvm: selftests: introduce ucallAndrew Jones1-14/+1
2018-09-20kvm: selftests: Add platform_info_testDrew Schmitt1-0/+89
2018-08-22kvm: selftest: add dirty logging testPeter Xu1-0/+43
2018-08-22kvm: selftest: include the tools headersPeter Xu1-0/+1
2018-08-22kvm: selftest: unify the guest port macrosPeter Xu1-0/+14
2018-08-06kvm: selftests: add basic test for state save and restorePaolo Bonzini1-22/+66
2018-08-06kvm: selftests: ensure vcpu file is releasedPaolo Bonzini1-1/+9
2018-08-06kvm: selftests: create a GDT and TSSPaolo Bonzini1-2/+2
2018-05-11KVM: selftests: exit with 0 status code when tests cannot be runPaolo Bonzini1-8/+8
2018-04-16kvm: selftests: add vmx_tsc_adjust_testPaolo Bonzini1-6/+12
2018-04-10kvm: selftests: fix spelling mistake: "divisable" and "divisible"Colin Ian King1-1/+1
2018-04-04kvm: selftests: add API testing infrastructurePaolo Bonzini1-0/+1480