OSDN Git Service

KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Nov 2021 09:02:24 +0000 (04:02 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Nov 2021 09:37:51 +0000 (04:37 -0500)
commit501cfe06790651af4470d8ca77f162515867cd4d
tree5f9a4722d31b34358cc74e376d68f89a17c8cab3
parent3e067fd8503d6205aa0c1c8f48f6b209c592d19c
KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from

Use the same cleanup code independent of whether the cgroup to be
uncharged and unref'd is the source or the destination cgroup.  Use a
bool to track whether the destination cgroup has been charged, which also
fixes a bug in the error case: the destination cgroup must be uncharged
only if it does not match the source.

Fixes: b56639318bb2 ("KVM: SEV: Add support for SEV intra host migration")
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c