Re: [libvirt] [PATCH 4/5] qemu: reuse qemuMigrationIsAllowed when doing save and managedsave

2012-12-11 Thread Peter Krempa
On 12/11/12 17:18, Eric Blake wrote: On 12/07/2012 04:30 AM, Peter Krempa wrote: Save and managedsave use both migration to file. This patch reuses s/use both/both use/ qemuMigrationIsAllowed to check if the migration could happen before trying. --- src/qemu/qemu_driver.c | 6 ++ 1 fi

Re: [libvirt] [PATCH 4/5] qemu: reuse qemuMigrationIsAllowed when doing save and managedsave

2012-12-11 Thread Eric Blake
On 12/07/2012 04:30 AM, Peter Krempa wrote: > Save and managedsave use both migration to file. This patch reuses s/use both/both use/ > qemuMigrationIsAllowed to check if the migration could happen before > trying. > --- > src/qemu/qemu_driver.c | 6 ++ > 1 file changed, 2 insertions(+), 4 d

[libvirt] [PATCH 4/5] qemu: reuse qemuMigrationIsAllowed when doing save and managedsave

2012-12-07 Thread Peter Krempa
Save and managedsave use both migration to file. This patch reuses qemuMigrationIsAllowed to check if the migration could happen before trying. --- src/qemu/qemu_driver.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index