aliguori 34c9dd8eea 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>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5478 c046a42c-6fe2-441c-8c8c-71466251a162
2008-10-13 03:14:31 +00:00
2008-10-13 03:07:56 +00:00
2008-10-01 07:07:59 +00:00
2008-10-12 23:32:59 +00:00
2008-10-04 03:27:44 +00:00
2008-09-09 17:15:28 +00:00
2008-10-12 21:19:57 +00:00
2008-08-21 17:58:08 +00:00
2008-10-06 13:55:43 +00:00
2008-10-06 13:55:43 +00:00
2008-10-12 17:54:42 +00:00
2008-10-02 18:26:42 +00:00
2008-09-06 16:31:30 +00:00
2008-08-21 17:58:08 +00:00
2008-10-11 18:23:22 +00:00
2008-10-11 19:32:21 +00:00
2008-10-02 18:26:42 +00:00
2008-08-25 22:26:03 +00:00
2008-10-13 03:12:02 +00:00
2008-10-13 03:12:02 +00:00
2008-08-22 21:25:00 +00:00
2008-10-04 20:43:39 +00:00
2008-08-25 20:03:28 +00:00
2008-10-02 18:26:42 +00:00
2008-08-21 20:08:55 +00:00
2008-10-01 18:13:13 +00:00
2008-10-05 10:51:10 +00:00
2008-10-05 10:51:10 +00:00
2008-09-06 16:31:30 +00:00
2008-10-13 03:13:12 +00:00
2008-10-02 18:26:42 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%