Re: [libvirt] [PATCH 2/5] qemu: snapshot: Fix job handling when creating snapshots

2014-09-06 Thread Eric Blake
On 09/03/2014 07:53 AM, Peter Krempa wrote: 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 | 176

[libvirt] [PATCH 2/5] qemu: snapshot: Fix job handling when creating snapshots

2014-09-03 Thread Peter Krempa
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 | 176 ++--- 1