Re: [PATCH v2 28/43] migration: Move migrate_use_tls() to options.c

2023-04-20 Thread Juan Quintela
Fabiano Rosas wrote: > Juan Quintela writes: > > >> +/* >> + * pseudo capabilities >> + * >> + * This are functions that are used in a similar way that capabilities >> + * check, but they are not a capability. > > s/This/These/ > s/that capabilities/to capabilities/ > Fixed, thanks.

Re: [PATCH v2 28/43] migration: Move migrate_use_tls() to options.c

2023-04-20 Thread Fabiano Rosas
Juan Quintela writes: > Once there, rename it to migrate_tls() and make it return bool for > consistency. > > Signed-off-by: Juan Quintela > --- > migration/migration.c | 9 - > migration/migration.h | 2 -- > migration/options.c | 16 +++- > migration/options.h | 9 +

[PATCH v2 28/43] migration: Move migrate_use_tls() to options.c

2023-04-20 Thread Juan Quintela
Once there, rename it to migrate_tls() and make it return bool for consistency. Signed-off-by: Juan Quintela --- migration/migration.c | 9 - migration/migration.h | 2 -- migration/options.c | 16 +++- migration/options.h | 9 + migration/tls.c | 3 ++-