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
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
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
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
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