From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0OGO-0007ne-BL for qemu-devel@nongnu.org; Wed, 12 Nov 2008 17:32:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0OGN-0007lo-0E for qemu-devel@nongnu.org; Wed, 12 Nov 2008 17:32:39 -0500 Received: from [199.232.76.173] (port=53308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0OGM-0007lY-Ep for qemu-devel@nongnu.org; Wed, 12 Nov 2008 17:32:38 -0500 Received: from main.gmane.org ([80.91.229.2]:41715 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0OGL-0004BS-UK for qemu-devel@nongnu.org; Wed, 12 Nov 2008 17:32:38 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0OGJ-0001Pu-WE for qemu-devel@nongnu.org; Wed, 12 Nov 2008 22:32:36 +0000 Received: from rrcs-71-41-149-67.sw.biz.rr.com ([71.41.149.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 22:32:35 +0000 Received: from Charles_Duffy by rrcs-71-41-149-67.sw.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 22:32:35 +0000 From: Charles Duffy Date: Wed, 12 Nov 2008 16:32:26 -0600 Message-ID: References: <0003255756625f029f045b753902@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <0003255756625f029f045b753902@google.com> Sender: news Subject: [Qemu-devel] Re: migrate Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org kknapp@gmail.com wrote: > Ok, in the qemu monitor screen I see the option for migration of an > image but I've not been able to find any references on how to start up > the receiving qemu session that where not for KVM. I searched the man > page, the website, the wiki, and Google does the migration work in > non-KVM qemu or not? If it does can someone give me the command line option. On the receiving end: receiving_host$ qemu-system-i386 ${YOUR_NORMAL_ARGS} -incoming tcp:0.0.0.0:1234 On the sending end: migrate tcp:receiving_host:1234 That said, I've heard of bugs with live migration of systems with USB enabled; if you have problems, you might consider disabling it.