Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Daniel P . Berrangé
On Mon, May 15, 2023 at 09:58:37PM +0530, Het Gala wrote: > > On 15/05/23 8:46 pm, Het Gala wrote: > > > > On 15/05/23 8:16 pm, Juan Quintela wrote: > > > Het Gala wrote: > > > > On 15/05/23 3:47 pm, Daniel P. Berrangé wrote: > > > > > On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: >

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Het Gala
On 15/05/23 8:46 pm, Het Gala wrote: On 15/05/23 8:16 pm, Juan Quintela wrote: Het Gala wrote: On 15/05/23 3:47 pm, Daniel P. Berrangé wrote: On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: Socket transport backend for 'migrate'/'migrate-incoming' QAPIs accept new wire protocol

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Het Gala
On 15/05/23 8:16 pm, Juan Quintela wrote: Het Gala wrote: On 15/05/23 3:47 pm, Daniel P. Berrangé wrote: On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: Socket transport backend for 'migrate'/'migrate-incoming' QAPIs accept new wire protocol of MigrateAddress struct. It is achive

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Juan Quintela
Het Gala wrote: > On 15/05/23 3:47 pm, Daniel P. Berrangé wrote: >> On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: >>> Socket transport backend for 'migrate'/'migrate-incoming' QAPIs accept >>> new wire protocol of MigrateAddress struct. >>> >>> It is achived by parsing 'uri' string and

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Het Gala
On 15/05/23 3:47 pm, Daniel P. Berrangé wrote: On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: Socket 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 re

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Daniel P . Berrangé
On Fri, May 12, 2023 at 02:32:35PM +, Het Gala wrote: > Socket 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 socket connection into well def

Re: [PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-15 Thread Juan Quintela
Het Gala wrote: > Socket 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 socket connection into well defined SocketAddress struct. > > Suggested-b

[PATCH v4 3/8] migration: converts socket backend to accept MigrateAddress struct

2023-05-12 Thread Het Gala
Socket 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 socket connection into well defined SocketAddress struct. Suggested-by: Aravind Retnakaran Signed