From mboxrd@z Thu Jan 1 00:00:00 1970 From: Umesh Deshpande Subject: Re: [PATCH 5/5] Separate migration thread Date: Mon, 29 Aug 2011 09:49:53 -0400 Message-ID: <4E5B9901.8010201@redhat.com> References: <893c5f1f472e252d9ae43a8348e0e0ef882936ce.1314466743.git.udeshpan@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Stefan Hajnoczi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17955 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660Ab1H2Nt4 (ORCPT ); Mon, 29 Aug 2011 09:49:56 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 08/29/2011 05:09 AM, Stefan Hajnoczi wrote: > On Sat, Aug 27, 2011 at 7:09 PM, Umesh Deshpande wrote: >> This patch creates a separate thread for the guest migration on the source side. >> All exits (on completion/error) from the migration thread are handled by a >> bottom handler, which is called from the iothread. >> >> Signed-off-by: Umesh Deshpande >> --- >> buffered_file.c | 76 ++++++++++++++++++++---------------- >> migration.c | 105 ++++++++++++++++++++++++++++++-------------------- >> migration.h | 8 ++++ >> qemu-thread-posix.c | 10 +++++ >> qemu-thread.h | 1 + > Will this patch break Windows builds by adding a function to > qemu-thread-posix.c which is not implemented in qemu-thread-win32.c? Yes, equivalent function needs to be added in qemu-thread.win32.c