mbox series

[0/2] KVM: fix issues with kvm_create_vm failures

Message ID 1573478741-30959-1-git-send-email-pbonzini@redhat.com (mailing list archive)
Headers show
Series KVM: fix issues with kvm_create_vm failures | expand

Message

Paolo Bonzini Nov. 11, 2019, 1:25 p.m. UTC
Fix problems with the recent introduction of kvm_arch_destroy_vm
on VM creation failure.  An updated version of the patches already
sent by Wanpeng.

Paolo

Paolo Bonzini (2):
  KVM: Fix NULL-ptr defer after kvm_create_vm fails
  KVM: fix placement of refcount initialization

 virt/kvm/kvm_main.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Comments

Wanpeng Li Nov. 12, 2019, 12:52 a.m. UTC | #1
On Mon, 11 Nov 2019 at 21:26, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> Fix problems with the recent introduction of kvm_arch_destroy_vm
> on VM creation failure.  An updated version of the patches already
> sent by Wanpeng.
>
> Paolo
>
> Paolo Bonzini (2):
>   KVM: Fix NULL-ptr defer after kvm_create_vm fails
>   KVM: fix placement of refcount initialization

Looks good to me.

    Wanpeng