On 7/15/22 13:54, Claudio Fontana wrote: > Hello Peter, > > can we retire as well support for migration_set_speed then? > > The "if (!bwParam)" branches with calls to qemuMonitorSetMigrationSpeed are > overcomplicating qemu_migration.c and qemu_driver.c in my view.
While there are only a few such branches, I believe we can do that, but in a separate commit/series since QEMU docs claim this was introduced in 2.8. qapi/migration.json: # @max-bandwidth: to set maximum speed for migration. maximum speed in # bytes per second. (Since 2.8) Michal