Re: [Qemu-devel] [PATCH v3 1/4] Curling: add doc

2013-10-17 Thread Stefan Hajnoczi
On Tue, Oct 15, 2013 at 03:26:20PM +0800, Jules Wang wrote: > +Usage > += > +The steps of curling are the same as the steps of live migration except the > +following: > +1. Start ft in the qemu monitor of sender vm by following cmdline: > + > migrate_set_speed > + > migrate -f tcp:: > +2.

[Qemu-devel] [PATCH v3 1/4] Curling: add doc

2013-10-15 Thread Jules Wang
Curling provides fault tolerant mechanism for KVM. For more info, see 'doc/curling.txt'. Signed-off-by: Jules Wang --- docs/curling.txt | 51 +++ 1 file changed, 51 insertions(+) create mode 100644 docs/curling.txt diff --git a/docs/curling.txt b