/[qemu]
ViewVC logotype

Revision 5478


Jump to revision: Previous Next
Author: aliguori
Date: Mon Oct 13 03:14:31 2008 UTC (15 years, 1 month ago)
Changed paths: 4
Log Message:
Introduce TCP live migration protocol

This patch introduces a tcp protocol for live migration.  It can be used as
follows:

qemu-system-x86_64 -hda ~/images/linux-test.img -monitor stdio
 <vm runs for a while>
(qemu) migrate tcp:localhost:1025

On the same system:

qemu-system-x86_64 -hda ~/images/linux-test.img -incoming 
tcp:localhost:1025

The monitor can be interacted with while waiting for an incoming live 
migration.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


Changed paths:

Path Details
Directorytrunk/Makefile.target modified , text changed
Directorytrunk/migration-tcp.c added
Directorytrunk/migration.c modified , text changed
Directorytrunk/migration.h modified , text changed

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.5