Introduce UI for live migration
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 13 Oct 2008 03:12:02 +0000 (03:12 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 13 Oct 2008 03:12:02 +0000 (03:12 +0000)
commit5bb7910af031cce09cc619b982d39dc889776f65
tree9372820c2f7fd94b418be295e995ebfe4a5db587
parent39b65c2e315ad5565e22b98ea2a4498ec2edfad2
Introduce UI for live migration

This patch introduces a command line parameter and monitor command for starting
a live migration.  The next patch will provide an example of how to use these
parameters.

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

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5476 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
migration.c [new file with mode: 0644]
migration.h [new file with mode: 0644]
monitor.c
qemu_socket.h
vl.c