Re: [Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-08-06 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> "Dr. David Alan Gilbert (git)" wrote: > >> > From: "Dr. David Alan Gilbert" > >> > > >> > Add migrate_send_rp_message to send a message from destination to source

Re: [Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-07-15 Thread Amit Shah
On (Tue) 16 Jun 2015 [11:26:27], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Add migrate_send_rp_message to send a message from destination to source > along the return path. > (It uses a mutex to let it be called from multiple threads) > Add migrate_send_rp_shut t

Re: [Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-07-01 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert (git)" wrote: >> > From: "Dr. David Alan Gilbert" >> > >> > Add migrate_send_rp_message to send a message from destination to source >> > along the return path. >> > (It uses a mutex to l

Re: [Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-06-19 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert (git)" wrote: > > From: "Dr. David Alan Gilbert" > > > > Add migrate_send_rp_message to send a message from destination to source > > along the return path. > > (It uses a mutex to let it be called from multiple threads) >

Re: [Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-06-17 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Add migrate_send_rp_message to send a message from destination to source > along the return path. > (It uses a mutex to let it be called from multiple threads) > Add migrate_send_rp_shut to send a 'shut' message to indi

[Qemu-devel] [PATCH v7 14/42] Return path: Send responses from destination to source

2015-06-16 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Add migrate_send_rp_message to send a message from destination to source along the return path. (It uses a mutex to let it be called from multiple threads) Add migrate_send_rp_shut to send a 'shut' message to indicate the destination is finished with the RP. Ad