commit | 78588335065967993618106c664fe62d2e271435 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Tue Nov 21 13:40:17 2017 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 14 09:26:44 2017 +0100 |
tree | bee6468b9129edaaab0de159608662990b7c4e7d | |
parent | 52797bf9a875c4a30f846196386684e646e08a91 [diff] |
kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm() Add a jump target so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>