--- a/tools/python/xen/xend/XendDomainInfo.py Mon Jan 28 10:37:08 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Wed Jan 30 11:29:45 2008 +0100 @@ -1569,7 +1576,7 @@ class XendDomainInfo: @raise: XendError for a device that cannot be migrated """ for (n, c) in self.info.all_devices_sxpr(): - rc = self.migrateDevice(n, c, network, dst, DEV_MIGRATE_TEST) + rc = self.migrateDevice(n, c, network, dst, DEV_MIGRATE_TEST, self.getName()) if rc != 0: raise XendError("Device of type '%s' refuses migration." % n)