Re: [libvirt] [PATCH] migration: offline / inactive domain support

2012-10-17 Thread Doug Goldstein
On Thu, Oct 18, 2012 at 1:06 AM, Doug Goldstein wrote: > Supports migrating a domain that is currently inactive. This patchset > adds a new migration flag called VIR_MIGRATE_OFFLINE, which can only be > used on domains that are inactive. Offline migration does not support > copying non-shared stor

[libvirt] [PATCH] migration: offline / inactive domain support

2012-10-17 Thread Doug Goldstein
Supports migrating a domain that is currently inactive. This patchset adds a new migration flag called VIR_MIGRATE_OFFLINE, which can only be used on domains that are inactive. Offline migration does not support copying non-shared storage in any case. --- src/qemu/qemu_driver.c| 29 +