Re: [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow

2023-01-09 Thread Het Gala
On 09/01/23 7:44 pm, Daniel P. Berrangé wrote: On Mon, Dec 26, 2022 at 05:33:27AM +, Het Gala wrote: From: Author Het Gala Existing uri is encoded at multiple levels to extract the relevant migration information. The modified QAPI design maps migration parameters into MigrateChannel str

Re: [PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow

2023-01-09 Thread Daniel P . Berrangé
On Mon, Dec 26, 2022 at 05:33:27AM +, Het Gala wrote: > From: Author Het Gala > > Existing uri is encoded at multiple levels to extract the relevant > migration information. > > The modified QAPI design maps migration parameters into MigrateChannel > struct before, thus avoiding double-level

[PATCH 3/5] migration: Avoid multiple parsing of uri in migration code flow

2022-12-25 Thread Het Gala
From: Author Het Gala Existing uri is encoded at multiple levels to extract the relevant migration information. The modified QAPI design maps migration parameters into MigrateChannel struct before, thus avoiding double-level uri encoding. socket_outgoing_migration() has been depricated as It's