KVM: Clean up error handling during VCPU creation
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 23 May 2011 08:33:05 +0000 (10:33 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 08:45:08 +0000 (11:45 +0300)
commitd780592b99d7d8a5ff905f6bacca519d4a342c76
treeb1779fdd8dfef925161ff804582b5377c0f86cd8
parentd462b8192368f10e979250377930f9695a4039d0
KVM: Clean up error handling during VCPU creation

So far kvm_arch_vcpu_setup is responsible for freeing the vcpu struct if
it fails. Move this confusing resonsibility back into the hands of
kvm_vm_ioctl_create_vcpu. Only kvm_arch_vcpu_setup of x86 is affected,
all other archs cannot fail.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c
virt/kvm/kvm_main.c