Comment 2 for bug 1783635

Revision history for this message
Satish Patel (satish-txt) wrote :

After adding following stanza in guest.py file it works, Thanks you Jorden!

def migrate_configure_max_speed(self, bandwidth):
        """The maximum bandwidth that will be used to do migration
        :param bw: Bandwidth in MiB/s
        """
        self._domain.migrateSetMaxSpeed(bandwidth)