Re: [Qemu-devel] [PATCH v5 05/17] migration: Create x-multifd-threads parameter

2017-08-08 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) 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

Re: [Qemu-devel] [PATCH v5 05/17] migration: Create x-multifd-threads parameter

2017-08-08 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) 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 > > Also needs updating DEFINE_PROP stuff - and i

Re: [Qemu-devel] [PATCH v5 05/17] migration: Create x-multifd-threads parameter

2017-07-19 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) 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 Also needs updating DEFINE_PROP stuff - and if Markus' qapi patch lands. > -- > > Catc

[Qemu-devel] [PATCH v5 05/17] migration: Create x-multifd-threads parameter

2017-07-17 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 --- hmp.c