Re: [Qemu-devel] [RFC 3/4] A separate thread for the VM migration

2011-07-21 Thread Umesh Deshpande
- Original Message - From: "Marcelo Tosatti" To: "Umesh Deshpande" Cc: k...@vger.kernel.org, qemu-devel@nongnu.org Sent: Wednesday, July 20, 2011 3:02:46 PM Subject: Re: [RFC 3/4] A separate thread for the VM migration On Wed, Jul 20, 2011 at 12:00:44AM -0400, Umesh Deshpande wrote: >

Re: [Qemu-devel] [RFC 3/4] A separate thread for the VM migration

2011-07-20 Thread Marcelo Tosatti
On Wed, Jul 20, 2011 at 12:00:44AM -0400, Umesh Deshpande wrote: > This patch creates a separate thread for the guest migration on the source > side. The migration routine is called from the migration clock. > > Signed-off-by: Umesh Deshpande > --- > arch_init.c |8 +++ > buffered_

[Qemu-devel] [RFC 3/4] A separate thread for the VM migration

2011-07-19 Thread Umesh Deshpande
This patch creates a separate thread for the guest migration on the source side. The migration routine is called from the migration clock. Signed-off-by: Umesh Deshpande --- arch_init.c |8 +++ buffered_file.c | 10 - migration-tcp.c | 18 - migration-