|
From: | Juan Quintela |
Subject: | Re: [PATCH v15 11/14] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax |
Date: | Tue, 31 Oct 2023 18:21:20 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) |
Fabiano Rosas <farosas@suse.de> wrote: > From: Het Gala <het.gala@nutanix.com> > > 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 <aravind.retnakaran@nutanix.com> > Signed-off-by: Het Gala <het.gala@nutanix.com> > Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> > Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Juan Quintela <quintela@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |