On Thu, Jul 13, 2023 at 10:57:11AM +0000, Het Gala wrote: > migration_channels_and_uri_compatible() check for transport mechanism > suitable for multifd migration gets executed when the caller calls old > uri syntax. It needs it to be run when using the modern MigrateChannel > QAPI syntax too. > > After URI -> 'MigrateChannel' : > migration_channels_and_uri_compatible() -> > migration_channels_and_transport_compatible() passes object as argument > and check for valid transport mechanism. > > Suggested-by: Aravind Retnakaran <[email protected]> > Signed-off-by: Het Gala <[email protected]> > --- > migration/migration.c | 25 ++++++++++++++----------- > 1 file changed, 14 insertions(+), 11 deletions(-)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
