]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Exit job on error path of qemuDomainSetVcpusFlags()
authorPeter Krempa <pkrempa@redhat.com>
Wed, 18 Feb 2015 17:05:21 +0000 (18:05 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Feb 2015 17:17:54 +0000 (18:17 +0100)
commit0df2f0404fdc87691c940565e42fbde83ce71679
treebe535b7f3292cebd00b80d842bdb4a854217590f
parent5c756e580f0ad4fd19f801e770d54167d1159162
qemu: Exit job on error path of qemuDomainSetVcpusFlags()

Commit e105dc981438bc33fa771bd67cece6234dbf6c8d moved some code but
didn't adjust the jump labels so that the job would be terminated.
src/qemu/qemu_driver.c