commit | 6b2ad81bcfedaf36ceb8e6e71a58ad4ebd716313 | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Mon Nov 27 19:17:18 2017 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri Dec 01 09:09:31 2017 +0100 |
tree | 3bb40fb8b8f7eae4b2559bb24d5488c8b6501bd5 | |
parent | 7465894e90e5a47e0e52aa5f1f708653fc40020f [diff] |
KVM: arm/arm64: kvm_arch_destroy_vm cleanups kvm_vgic_vcpu_destroy already gets called from kvm_vgic_destroy for each vcpu, so we don't have to call it from kvm_arch_vcpu_free. Additionally the other architectures set kvm->online_vcpus to zero after freeing them. We might as well do that for ARM too. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>