summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64/sev_migrate_tests.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Use kvm_cpu_has() in the SEV migration testSean Christopherson2022-07-131-11/+2
* KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson2022-06-141-3/+3
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-13/+6
* KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson2022-06-111-2/+2
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-4/+4
* KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson2022-06-111-4/+4
* KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson2022-06-111-12/+2
* KVM: selftests: Consolidate KVM_ENABLE_CAP usageSean Christopherson2022-06-111-39/+39
* KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2022-06-111-1/+0
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-111-4/+4
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-111-4/+4
* selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini2022-02-181-21/+57
* KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda2022-02-181-14/+33
* selftests: KVM: sev_migrate_tests: Add mirror command testsPeter Gonda2022-01-071-4/+51
* selftests: KVM: sev_migrate_tests: Fix sev_ioctl()Peter Gonda2022-01-071-1/+2
* selftests: KVM: sev_migrate_tests: Fix test_sev_mirror()Peter Gonda2022-01-071-4/+1
* KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini2021-11-301-0/+37
* selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROMPaolo Bonzini2021-11-301-7/+105
* selftests: sev_migrate_tests: free all VMsPaolo Bonzini2021-11-261-1/+8
* selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini2021-11-261-2/+5
* selftest: KVM: Add intra host migration testsPeter Gonda2021-11-111-0/+203