commit | dd58f3c95c98e6e2cf30d9e562cae0503c5f2713 | [log] [tgz] |
---|---|---|
author | Li RongQing <lirongqing@baidu.com> | Sun Feb 23 16:13:12 2020 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sun Feb 23 09:34:26 2020 +0100 |
tree | c85d23c8c6359ffc9615347224118fafa8e04aba | |
parent | d80b64ff297e40c2b6f7d7abc1b3eba70d22a068 [diff] |
KVM: fix error handling in svm_hardware_setup rename svm_hardware_unsetup as svm_hardware_teardown, move it before svm_hardware_setup, and call it to free all memory if fail to setup in svm_hardware_setup, otherwise memory will be leaked remove __exit attribute for it since it is called in __init function Signed-off-by: Li RongQing <lirongqing@baidu.com> Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>