Re: [Qemu-devel] [RFC 4/4] A separate thread for the VM migration
On Wed, Jul 20, 2011 at 12:02:07AM -0400, Umesh Deshpande wrote: > This patch creates a separate thread for the guest migration on the target > side. > > > Signed-off-by: Umesh Deshpande What for, if its not contending for anything?
[Qemu-devel] [RFC 4/4] A separate thread for the VM migration
This patch creates a separate thread for the guest migration on the target side. Signed-off-by: Umesh Deshpande --- migration-exec.c |7 +++ migration-fd.c |4 ++-- migration-tcp.c |9 + migration-unix.c | 10 ++ migration.c | 32 +