commit | 0e1dac6c41f337f997814344a847162968c20c64 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Fri May 30 17:26:22 2014 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri May 30 22:28:55 2014 +0200 |
tree | 6652b6ea438df475a50bdc2d58e0cc1711cfbae5 | |
parent | 28fb26f19ffa675ac8cc08a355e5b01cc194aa5e [diff] |
kvm: Ensure negative return value on kvm_init() error handling path We need to ensure ret < 0 when going through the error path, or QEMU may try to run the half-initialized VM and crash. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>