commit | 19bcc89eb8a9fa1d4be4bff5b5e7917cb8bbc1f7 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Wed Dec 18 13:55:27 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 27 19:59:32 2020 +0100 |
tree | 732805e891e771e66700dae90a278520520de1e5 | |
parent | 74ce2e60d4874fc2464e321af1397c6fae984ec9 [diff] |
KVM: arm64: Free sve_state via arm specific hook Add an arm specific hook to free the arm64-only sve_state. Doing so eliminates the last functional code from kvm_arch_vcpu_uninit() across all architectures and paves the way for removing kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit() entirely. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>