From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWliP-0002ch-GW for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWliH-0002OY-3I for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:26:05 -0400 Received: from mail-bk0-x233.google.com ([2a00:1450:4008:c01::233]:62501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWliG-0002OM-SY for qemu-devel@nongnu.org; Thu, 17 Oct 2013 07:25:57 -0400 Received: by mail-bk0-f51.google.com with SMTP id mx10so750844bkb.24 for ; Thu, 17 Oct 2013 04:25:56 -0700 (PDT) Date: Thu, 17 Oct 2013 13:25:53 +0200 From: Stefan Hajnoczi Message-ID: <20131017112553.GE10774@stefanha-thinkpad.redhat.com> References: <1381821983-13932-1-git-send-email-junqing.wang@cs2c.com.cn> <1381821983-13932-2-git-send-email-junqing.wang@cs2c.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381821983-13932-2-git-send-email-junqing.wang@cs2c.com.cn> Subject: Re: [Qemu-devel] [PATCH v3 1/4] Curling: add doc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jules Wang Cc: pbonzini@redhat.com, quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com 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. Connect to the receiver vm by vnc or spice. The screen of the vm is displayed > +when ft is ready. Management tools (like libvirt) need a QMP event that reports when FT is active. This allows users to check the FT status of a guest and understand when the guest is protected. Stefan