[PATCH V2 1/2] migration: Introduce interface query-migrationthreads

2023-02-02 Thread Jiang Jiacheng via
Introduce interface query-migrationthreads. The interface is used to query information about migration threads and returns with migration thread's name and its id. Introduce threadinfo.c to manage threads with migration. Signed-off-by: Jiang Jiacheng --- migration/meson.build | 1 + migration/

Re: [PATCH V2 1/2] migration: Introduce interface query-migrationthreads

2023-02-03 Thread Juan Quintela
Jiang Jiacheng wrote: > Introduce interface query-migrationthreads. The interface is used > to query information about migration threads and returns with > migration thread's name and its id. > Introduce threadinfo.c to manage threads with migration. > > Signed-off-by: Jiang Jiacheng Reviewed-by