Package: qemu-kvm
Version: 0.11.1-2
Severity: minor

Hi,

The current manpage for qemu doesn't mention the "-incoming" switch,
used for live migrations.
Upstream seems to not have included it in their online documentation either.

Small patch included for consideration! :)


Cheers

-- 
Leo "costela" Antunes
[insert a witty retort here]

--- old/kvm.1	2010-01-17 05:42:15.000000000 +0100
+++ new/kvm.1	2010-01-17 05:50:58.000000000 +0100
@@ -1266,6 +1266,9 @@
 .IP "\fB\-S\fR" 4
 .IX Item "-S"
 Do not start \s-1CPU\s0 at startup (you must type 'c' in the monitor).
+.IP "\fB\-incoming\fR \fIproto:ip:port\fR" 4
+.IX Item "-incoming"
+Do not start \s-1CPU\s0 at startup, instead wait for migration from another host. Migrations must be started in the origin host with the monitor command \fBmigrate [-d]\fR \fIproto:ip:port\fR.
 .IP "\fB\-gdb\fR \fIdev\fR" 4
 .IX Item "-gdb dev"
 Wait for gdb connection on device \fIdev\fR. Typical

Reply via email to