Re: [libvirt] [PATCH 07/20] snapshot: qemu: Add async job type for snapshots

2012-10-31 Thread Eric Blake
On 10/23/2012 09:12 AM, Peter Krempa wrote: The new external system checkpoints will require an async job while the snapshot is taken. This patch adds QEMU_ASYNC_JOB_SNAPSHOT to track this job type. --- src/qemu/qemu_domain.c | 3 +++ src/qemu/qemu_domain.h | 1 +

[libvirt] [PATCH 07/20] snapshot: qemu: Add async job type for snapshots

2012-10-23 Thread Peter Krempa
The new external system checkpoints will require an async job while the snapshot is taken. This patch adds QEMU_ASYNC_JOB_SNAPSHOT to track this job type. --- src/qemu/qemu_domain.c | 3 +++ src/qemu/qemu_domain.h | 1 + src/qemu/qemu_process.c | 19 +++ 3 files changed, 23