Re: [libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-11 Thread John Ferlan
This patch has resulted in a new Coverity warnings (looking at them was just lower on my list of things to do lately)... Anyway - see libxlDoMigrateReceive() and libxlDomainMigrationFinish() for the details... John On 06/04/2014 04:35 PM, Jim Fehlig wrote: This patch adds initial migration

Re: [libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-11 Thread Jim Fehlig
John Ferlan wrote: This patch has resulted in a new Coverity warnings (looking at them was just lower on my list of things to do lately)... Anyway - see libxlDoMigrateReceive() and libxlDomainMigrationFinish() for the details... Should have looked at this before responding to your patch

Re: [libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-11 Thread John Ferlan
On 06/11/2014 11:13 AM, Jim Fehlig wrote: John Ferlan wrote: This patch has resulted in a new Coverity warnings (looking at them was just lower on my list of things to do lately)... Anyway - see libxlDoMigrateReceive() and libxlDomainMigrationFinish() for the details... Should have

[libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-04 Thread Jim Fehlig
This patch adds initial migration support to the libxl driver, using the VIR_DRV_FEATURE_MIGRATION_PARAMS family of migration functions. Signed-off-by: Jim Fehlig jfeh...@suse.com --- po/POTFILES.in | 1 + src/Makefile.am | 3 +- src/libxl/libxl_conf.h | 6 +

Re: [libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-04 Thread Daniel P. Berrange
On Wed, Jun 04, 2014 at 02:35:14PM -0600, Jim Fehlig wrote: This patch adds initial migration support to the libxl driver, using the VIR_DRV_FEATURE_MIGRATION_PARAMS family of migration functions. Signed-off-by: Jim Fehlig jfeh...@suse.com --- po/POTFILES.in | 1 +

Re: [libvirt] [PATCH V8 2/2] libxl: add migration support

2014-06-04 Thread Jim Fehlig
Daniel P. Berrange wrote: On Wed, Jun 04, 2014 at 02:35:14PM -0600, Jim Fehlig wrote: This patch adds initial migration support to the libxl driver, using the VIR_DRV_FEATURE_MIGRATION_PARAMS family of migration functions. Signed-off-by: Jim Fehlig jfeh...@suse.com --- po/POTFILES.in