Re: [PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-31 Thread Juan Quintela
Jiang Jiacheng wrote: > On 2023/1/30 22:03, Juan Quintela wrote: >> Jiang Jiacheng wrote: >>> On 2023/1/30 12:27, Juan Quintela wrote: 1st, it is an int enough for all architectures? I know that for linux and friends it is, but not sure about windows and other weird systems.

Re: [PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-31 Thread Jiang Jiacheng via
On 2023/1/30 22:03, Juan Quintela wrote: > Jiang Jiacheng wrote: >> On 2023/1/30 12:27, Juan Quintela wrote: >>> Jiang Jiacheng wrote: Introduce interface query-migrationthreads. The interface is use with the migration thread name reported by qemu and returns with migration

Re: [PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-30 Thread Juan Quintela
Jiang Jiacheng wrote: > On 2023/1/30 12:27, Juan Quintela wrote: >> Jiang Jiacheng wrote: >>> Introduce interface query-migrationthreads. The interface is use >>> with the migration thread name reported by qemu and returns with >>> migration thread name and its pid. >>> Introduce threadinfo.c to

Re: [PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-30 Thread Jiang Jiacheng via
On 2023/1/30 12:27, Juan Quintela wrote: > Jiang Jiacheng wrote: >> Introduce interface query-migrationthreads. The interface is use >> with the migration thread name reported by qemu and returns with >> migration thread name and its pid. >> Introduce threadinfo.c to manage threads with

Re: [PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-29 Thread Juan Quintela
Jiang Jiacheng wrote: > Introduce interface query-migrationthreads. The interface is use > with the migration thread name reported by qemu and returns with > migration thread name and its pid. > Introduce threadinfo.c to manage threads with migration. > > Signed-off-by: Jiang Jiacheng I like

[PATCH 2/3] migration: implement query migration threadinfo by name

2023-01-20 Thread Jiang Jiacheng via
Introduce interface query-migrationthreads. The interface is use with the migration thread name reported by qemu and returns with migration thread name and its pid. Introduce threadinfo.c to manage threads with migration. Signed-off-by: Jiang Jiacheng --- migration/meson.build | 1 +