]> Git Repo - linux.git/commit
kvm: call kvm_arch_destroy_vm if vm creation fails
authorJim Mattson <[email protected]>
Fri, 25 Oct 2019 11:34:58 +0000 (13:34 +0200)
committerPaolo Bonzini <[email protected]>
Thu, 31 Oct 2019 11:13:16 +0000 (12:13 +0100)
commita97b0e773e492ae319a7e981e98962a1060215f9
tree1832cc63a277b8af0ce0d7c254aaf7042f86bbb9
parent9121923c457d1d8667a6e3a67302c29e5c5add6b
kvm: call kvm_arch_destroy_vm if vm creation fails

In kvm_create_vm(), if we've successfully called kvm_arch_init_vm(), but
then fail later in the function, we need to call kvm_arch_destroy_vm()
so that it can do any necessary cleanup (like freeing memory).

Fixes: 44a95dae1d229a ("KVM: x86: Detect and Initialize AVIC support")
Signed-off-by: John Sperbeck <[email protected]>
Signed-off-by: Jim Mattson <[email protected]>
Reviewed-by: Junaid Shahid <[email protected]>
[Remove dependency on "kvm: Don't clear reference count on
 kvm_create_vm() error path" which was not committed. - Paolo]
Signed-off-by: Paolo Bonzini <[email protected]>
virt/kvm/kvm_main.c
This page took 0.057221 seconds and 4 git commands to generate.