On 08/29/2011 05:09 AM, Stefan Hajnoczi wrote:
On Sat, Aug 27, 2011 at 7:09 PM, Umesh Deshpande<udeshpan@xxxxxxxxxx> 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<udeshpan@xxxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html