Re: [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-02-14 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> We make the locking and the transfer of information specific, even if we > >> are still transmiting things through the main thread. > >> > >> Signed-off-by: Juan Qu

Re: [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-02-13 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We make the locking and the transfer of information specific, even if we >> are still transmiting things through the main thread. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 53 +

Re: [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-02-13 Thread Juan Quintela
Paolo Bonzini wrote: > On 23/01/2017 22:32, Juan Quintela wrote: >> We make the locking and the transfer of information specific, even if we >> are still transmiting things through the main thread. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 53 +++

Re: [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-02-02 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We make the locking and the transfer of information specific, even if we > are still transmiting things through the main thread. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 53 - > 1

Re: [Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-01-26 Thread Paolo Bonzini
On 23/01/2017 22:32, Juan Quintela wrote: > We make the locking and the transfer of information specific, even if we > are still transmiting things through the main thread. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 53 - > 1

[Qemu-devel] [PATCH 11/17] migration: Create thread infrastructure for multifd send side

2017-01-23 Thread Juan Quintela
We make the locking and the transfer of information specific, even if we are still transmiting things through the main thread. Signed-off-by: Juan Quintela --- migration/ram.c | 53 - 1 file changed, 52 insertions(+), 1 deletion(-) diff --git