[libvirt] [PATCH 3/4] libxl: acquire job though begin phase only

2014-07-08 Thread Jim Fehlig
During migration, the libxl driver starts a modify job in the begin phase, ending the job in the confirm phase. This is essentially VIR_MIGRATE_CHANGE_PROTECTION semantics, but the driver does not support that flag. Without CHANGE_PROTECTION support, the job would never be terminated in error

Re: [libvirt] [PATCH 3/4] libxl: acquire job though begin phase only

2014-07-08 Thread Eric Blake
On 07/08/2014 03:52 PM, Jim Fehlig wrote: During migration, the libxl driver starts a modify job in the begin phase, ending the job in the confirm phase. This is essentially VIR_MIGRATE_CHANGE_PROTECTION semantics, but the driver does not support that flag. Without CHANGE_PROTECTION