]> xenbits.xensource.com Git - libvirt.git/commit
qemu: snapshot: Avoid infinite loop if vCPUs can't be resumed
authorPeter Krempa <pkrempa@redhat.com>
Fri, 5 Feb 2016 15:57:58 +0000 (16:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 8 Feb 2016 07:50:00 +0000 (08:50 +0100)
commit986831a8d4f16921c5c81323a2ced70174da1a4e
treea7d6a24f80d1dbe45a14d020f49879c720cc4d7b
parenta9839fe044e8392bdedda18f5b4e4818eadaa636
qemu: snapshot: Avoid infinite loop if vCPUs can't be resumed

In b3d2a42e I've refactored the code and moved the 'cleanup' label.
Unfortunately the code that was originally in the 'endjob' label and
wanted to jump to cleanup is now in the cleanup label. Remove the jump
and let the function finish.
src/qemu/qemu_driver.c