commit | d780592b99d7d8a5ff905f6bacca519d4a342c76 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon May 23 10:33:05 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:08 2011 +0300 |
tree | b1779fdd8dfef925161ff804582b5377c0f86cd8 | |
parent | d462b8192368f10e979250377930f9695a4039d0 [diff] |
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>