Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Juan Quintela
Het Gala wrote: > On 01/11/23 12:25 am, Juan Quintela wrote: >> I intrehated al parches until this forma next pull. > I should just add the last 2 patches as individual ones, is that what > you mean ? Take a look at: https://gitlab.com/juan.quintela/qemu/-/commits/migration-next This is my

Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Het Gala
On 01/11/23 12:25 am, Juan Quintela wrote: I intrehated al parches until this forma next pull. I should just add the last 2 patches as individual ones, is that what you mean ? On Tue, Oct 31, 2023, 19:51 Het Gala wrote: On 31/10/23 11:12 pm, Juan Quintela wrote: > Fabiano Rosas

Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Peter Xu
On Tue, Oct 31, 2023 at 06:42:43PM +0100, Juan Quintela wrote: > Fabiano Rosas wrote: > > From: Het Gala > > > > Integrate MigrateChannelList with all transport backends > > (socket, exec and rdma) for both src and dest migration > > endpoints for hmp migration. > > > > Suggested-by: Aravind

Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Juan Quintela
I intrehated al parches until this forma next pull. On Tue, Oct 31, 2023, 19:51 Het Gala wrote: > > On 31/10/23 11:12 pm, Juan Quintela wrote: > > Fabiano Rosas wrote: > >> From: Het Gala > >> > >> Integrate MigrateChannelList with all transport backends > >> (socket, exec and rdma) for both

Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Het Gala
On 31/10/23 11:12 pm, Juan Quintela wrote: Fabiano Rosas wrote: From: Het Gala Integrate MigrateChannelList with all transport backends (socket, exec and rdma) for both src and dest migration endpoints for hmp migration. Suggested-by: Aravind Retnakaran Signed-off-by: Het Gala

Re: [PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-31 Thread Juan Quintela
Fabiano Rosas wrote: > From: Het Gala > > Integrate MigrateChannelList with all transport backends > (socket, exec and rdma) for both src and dest migration > endpoints for hmp migration. > > Suggested-by: Aravind Retnakaran > Signed-off-by: Het Gala > Signed-off-by: Fabiano Rosas >

[PATCH v15 13/14] migration: Implement MigrateChannelList to hmp migration flow.

2023-10-23 Thread Fabiano Rosas
From: Het Gala Integrate MigrateChannelList with all transport backends (socket, exec and rdma) for both src and dest migration endpoints for hmp migration. Suggested-by: Aravind Retnakaran Signed-off-by: Het Gala Signed-off-by: Fabiano Rosas --- migration/migration-hmp-cmds.c | 27