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: Umesh Deshpande
Subject: Re: [Qemu-devel] [PATCH 5/5] Separate migration thread
Date: Mon, 29 Aug 2011 09:49:53 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12

On 08/29/2011 05:09 AM, Stefan Hajnoczi wrote:
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?
Yes, equivalent function needs to be added in qemu-thread.win32.c



reply via email to

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