]> git.ipfire.org Git - thirdparty/qemu.git/commit
KVM: Use return value for error print
authorAlexander Graf <agraf@suse.de>
Mon, 27 Jan 2014 14:18:09 +0000 (15:18 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 27 Feb 2014 16:54:41 +0000 (10:54 -0600)
commitd689974b513f29342d65ffc991c6c1a4437d5d1d
tree016dc00776084d4d09585edae0a5499647d714de
parente50218c2697812c7f2068f190a2868e4836874fe
KVM: Use return value for error print

Commit 94ccff13 introduced a more verbose failure message and retry
operations on KVM VM creation. However, it ended up using a variable
for its failure message that hasn't been initialized yet.

Fix it to use the value it meant to set.

Cc: qemu-stable@nongnu.org
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 521f438e36b0265d66862e9cd35e4db82686ca9f)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
kvm-all.c