From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MszVd-0004ET-E3 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 09:46:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MszVY-0004Bt-Eb for qemu-devel@nongnu.org; Wed, 30 Sep 2009 09:46:20 -0400 Received: from [199.232.76.173] (port=50226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MszVX-0004Bl-OS for qemu-devel@nongnu.org; Wed, 30 Sep 2009 09:46:16 -0400 Received: from mail-fx0-f214.google.com ([209.85.220.214]:35607) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MszVW-00053S-VB for qemu-devel@nongnu.org; Wed, 30 Sep 2009 09:46:15 -0400 Received: by fxm10 with SMTP id 10so1801093fxm.8 for ; Wed, 30 Sep 2009 06:46:10 -0700 (PDT) Message-ID: <4AC3611D.70506@codemonkey.ws> Date: Wed, 30 Sep 2009 08:46:05 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Option to continue after migration References: <1253237786.7425.145.camel@athens.parenthephobia.org.uk> In-Reply-To: <1253237786.7425.145.camel@athens.parenthephobia.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Baum Cc: qemu-devel@nongnu.org Nathan Baum wrote: > Hello, > > This patch adds a -c "continue" option to the migrate command which > causes the originating VM to remain running after migration, assuming it > was running before. > > I've done this primarily so that I can do "migrate -d -c exec:cat>file" > Just do a 'cont' as soon as migration completes. If you don't use -d, you'll have a way to be notified when migration completes. Regards, Anthony Liguori