index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
x86_64
/
sev_migrate_tests.c
Age
Commit message (
Expand
)
Author
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-02-28
KVM: selftests: Use the SEV library APIs in the intra-host migration test
Sean Christopherson
2024-01-30
KVM: selftests: x86_64: Remove redundant newlines
Andrew Jones
2022-07-13
KVM: selftests: Use kvm_cpu_has() in the SEV migration test
Sean Christopherson
2022-06-14
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-11
KVM: selftests: Consolidate KVM_ENABLE_CAP usage
Sean Christopherson
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-02-18
selftests: KVM: allow sev_migrate_tests on machines without SEV-ES
Paolo Bonzini
2022-02-18
KVM: SEV: Allow SEV intra-host migration of VM with mirrors
Peter Gonda
2022-01-07
selftests: KVM: sev_migrate_tests: Add mirror command tests
Peter Gonda
2022-01-07
selftests: KVM: sev_migrate_tests: Fix sev_ioctl()
Peter Gonda
2022-01-07
selftests: KVM: sev_migrate_tests: Fix test_sev_mirror()
Peter Gonda
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
2021-11-30
selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
Paolo Bonzini
2021-11-26
selftests: sev_migrate_tests: free all VMs
Paolo Bonzini
2021-11-26
selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
2021-11-11
selftest: KVM: Add intra host migration tests
Peter Gonda