]> xenbits.xensource.com Git - libvirt.git/commit
qemu: snapshot: Fix job handling when creating snapshots
authorPeter Krempa <pkrempa@redhat.com>
Wed, 3 Sep 2014 13:17:50 +0000 (15:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 8 Sep 2014 09:49:46 +0000 (11:49 +0200)
commitb3d2a42e80aaee1f322fc9beb98b6ed541574ab3
tree54f60cd77790a88fb940bccffeaa43dc29c58f06
parent4be88556996c8472d569a611feb6051d05061700
qemu: snapshot: Fix job handling when creating snapshots

Creating snapshots modifies the domain state. Currently we wouldn't
enter the job for certain operations although they would modify the
state. Refactor job handling so that everything is covered by an async
job.
src/qemu/qemu_driver.c