Re: [PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c

2022-04-20 Thread Peter Xu
On Wed, Apr 20, 2022 at 11:41:30AM +0100, Daniel P. Berrangé wrote: > On Thu, Mar 31, 2022 at 11:08:42AM -0400, Peter Xu wrote: > > This variable, along with its helpers, is used to detect whether multiple > > channel will be supported for migration. In follow up patches, there'll be > > other cap

Re: [PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c

2022-04-20 Thread Daniel P . Berrangé
On Thu, Mar 31, 2022 at 11:08:42AM -0400, Peter Xu wrote: > This variable, along with its helpers, is used to detect whether multiple > channel will be supported for migration. In follow up patches, there'll be > other capability that requires multi-channels. Hence move it outside multifd > speci

[PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c

2022-03-31 Thread Peter Xu
This variable, along with its helpers, is used to detect whether multiple channel will be supported for migration. In follow up patches, there'll be other capability that requires multi-channels. Hence move it outside multifd specific code and make it public. Meanwhile rename it from "multifd" t