Re: [PATCH v4 5/8] migration: converts exec backend to accept MigrateAddress struct.

2023-05-15 Thread Het Gala
On 15/05/23 3:59 pm, Daniel P. Berrangé wrote: On Fri, May 12, 2023 at 02:32:37PM +, Het Gala wrote: Exec transport backend for 'migrate'/'migrate-incoming' QAPIs accept new wire protocol of MigrateAddress struct. It is achived by parsing 'uri' string and storing migration parameters requ

Re: [PATCH v4 5/8] migration: converts exec backend to accept MigrateAddress struct.

2023-05-15 Thread Daniel P . Berrangé
On Fri, May 12, 2023 at 02:32:37PM +, Het Gala wrote: > Exec transport backend for 'migrate'/'migrate-incoming' QAPIs accept > new wire protocol of MigrateAddress struct. > > It is achived by parsing 'uri' string and storing migration parameters > required for exec connection into strList stru

Re: [PATCH v4 5/8] migration: converts exec backend to accept MigrateAddress struct.

2023-05-15 Thread Juan Quintela
Het Gala wrote: > Exec transport backend for 'migrate'/'migrate-incoming' QAPIs accept > new wire protocol of MigrateAddress struct. > > It is achived by parsing 'uri' string and storing migration parameters > required for exec connection into strList struct. > > Suggested-by: Aravind Retnakaran

[PATCH v4 5/8] migration: converts exec backend to accept MigrateAddress struct.

2023-05-12 Thread Het Gala
Exec transport backend for 'migrate'/'migrate-incoming' QAPIs accept new wire protocol of MigrateAddress struct. It is achived by parsing 'uri' string and storing migration parameters required for exec connection into strList struct. Suggested-by: Aravind Retnakaran Signed-off-by: Het Gala ---