Re: [Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-09-13 Thread Daniel P. Berrange
On Wed, Sep 13, 2017 at 12:12:39PM +0200, Juan Quintela wrote: > "Daniel P. Berrange" wrote: > > On Tue, Aug 08, 2017 at 06:26:17PM +0200, Juan Quintela wrote: > >> Indicates the number of threads that we would create. By default we > >> create 2 threads. > >> # migrated and the destinat

Re: [Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-09-13 Thread Juan Quintela
"Daniel P. Berrange" wrote: > On Tue, Aug 08, 2017 at 06:26:17PM +0200, Juan Quintela wrote: >> Indicates the number of threads that we would create. By default we >> create 2 threads. >> # migrated and the destination must already have access to the >> # same backing chain as was used on t

Re: [Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-08-11 Thread Daniel P. Berrange
On Tue, Aug 08, 2017 at 06:26:17PM +0200, Juan Quintela wrote: > Indicates the number of threads that we would create. By default we > create 2 threads. > > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert > > -- > > Catch inconsistent defaults (eric). > Improve comment stat

Re: [Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-08-11 Thread Peter Xu
On Tue, Aug 08, 2017 at 06:26:17PM +0200, Juan Quintela wrote: [...] > diff --git a/qapi-schema.json b/qapi-schema.json > index 521e15c..3fe1a64 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -918,6 +918,7 @@ > # > # @return-path: If enabled, migration will use the return path ev

[Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-08-08 Thread Juan Quintela
Indicates the number of threads that we would create. By default we create 2 threads. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert -- Catch inconsistent defaults (eric). Improve comment stating that number of threads is the same than number of sockets Use new DEFIN_PROP_*

[Qemu-devel] [PATCH v6 07/19] migration: Create x-multifd-threads parameter

2017-08-08 Thread Juan Quintela
Indicates the number of threads that we would create. By default we create 2 threads. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert -- Catch inconsistent defaults (eric). Improve comment stating that number of threads is the same than number of sockets Use new DEFIN_PROP_*