]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix uninitialized variable in qemuParseCommandLine
authorJán Tomko <jtomko@redhat.com>
Fri, 14 Sep 2012 12:50:51 +0000 (14:50 +0200)
committerOsier Yang <jyang@redhat.com>
Fri, 14 Sep 2012 13:15:16 +0000 (21:15 +0800)
commitb4418464e1379ff57847c4ad4af8e949ff9a29b0
tree6b3d32607fd0f25568803801e345d89225e5f3d9
parent6b07dff012b3ae18fdbf3718acc4c70920c13433
qemu: fix uninitialized variable in qemuParseCommandLine

Newly added if branch for kvm_pv_eoi did not set the ret variable.
src/qemu/qemu_command.c