diff options
author | lirans@il.ibm.com <lirans@il.ibm.com> | 2009-11-02 15:41:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:37 -0600 |
commit | fbc3d96cc4f4fbc527f3c38816914a227c669aec (patch) | |
tree | 5e834f5a6c19f243fcff4244ff2c7bcc2cae8225 /kvm.h | |
parent | c163b5cae98be8eda675b96e2dec4707bfa7fbbf (diff) |
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>
Diffstat (limited to 'kvm.h')
0 files changed, 0 insertions, 0 deletions