]> git.proxmox.com Git - qemu.git/commit - monitor.c
Enable migration without shared storage from the monitor
authorlirans@il.ibm.com <lirans@il.ibm.com>
Mon, 2 Nov 2009 13:41:13 +0000 (15:41 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Nov 2009 14:49:37 +0000 (08:49 -0600)
commitfbc3d96cc4f4fbc527f3c38816914a227c669aec
tree5e834f5a6c19f243fcff4244ff2c7bcc2cae8225
parentc163b5cae98be8eda675b96e2dec4707bfa7fbbf
Enable migration without shared storage from the monitor

This patch adds the option to activate non-shared storage migration from the
monitor.
The migration command is as follows:
(qemu) migrate -d tcp:0:4444 # for ordinary live migration
(qemu) migrate -d -b tcp:0:4444 # for live migration with complete storage copy
(qemu) migrate -d -i tcp:0:4444 # for live migration with incremental storage copy, storage is cow based.

Changes from v4:
- Minor coding style issues.

Signed-off-by: Liran Schour <lirans@il.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c
qemu-monitor.hx