qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 5/5] Separate migration thread


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 5/5] Separate migration thread
Date: Mon, 29 Aug 2011 10:09:28 +0100

On Sat, Aug 27, 2011 at 7:09 PM, Umesh Deshpande <address@hidden> 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 <address@hidden>
> ---
>  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?

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]