Re: [PATCH 3/3] migration: save/delete migration thread info

2023-01-31 Thread Jiang Jiacheng via
On 2023/1/30 22:04, Juan Quintela wrote: > Jiang Jiacheng wrote: >> On 2023/1/30 12:28, Juan Quintela wrote: >>> Jiang Jiacheng wrote: To support query migration thread infomation, save and delete thread information at thread creation and end. Signed-off-by: Jiang Jiacheng

Re: [PATCH 3/3] migration: save/delete migration thread info

2023-01-30 Thread Juan Quintela
Jiang Jiacheng wrote: > On 2023/1/30 12:28, Juan Quintela wrote: >> Jiang Jiacheng wrote: >>> To support query migration thread infomation, save and delete >>> thread information at thread creation and end. >>> >>> Signed-off-by: Jiang Jiacheng >> >> Don't disagree with this, but if we create t

Re: [PATCH 3/3] migration: save/delete migration thread info

2023-01-30 Thread Jiang Jiacheng via
On 2023/1/30 12:28, Juan Quintela wrote: > Jiang Jiacheng wrote: >> To support query migration thread infomation, save and delete >> thread information at thread creation and end. >> >> Signed-off-by: Jiang Jiacheng > > Don't disagree with this, but if we create this on the sending side, why

Re: [PATCH 3/3] migration: save/delete migration thread info

2023-01-29 Thread Juan Quintela
Jiang Jiacheng wrote: > To support query migration thread infomation, save and delete > thread information at thread creation and end. > > Signed-off-by: Jiang Jiacheng Don't disagree with this, but if we create this on the sending side, why this is not needed for the multifd_recv_threads? Late

[PATCH 3/3] migration: save/delete migration thread info

2023-01-20 Thread Jiang Jiacheng via
To support query migration thread infomation, save and delete thread information at thread creation and end. Signed-off-by: Jiang Jiacheng --- migration/migration.c | 4 migration/multifd.c | 4 2 files changed, 8 insertions(+) diff --git a/migration/migration.c b/migration/migratio