From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kxb6E-00047f-Ff for qemu-devel@nongnu.org; Wed, 05 Nov 2008 00:38:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kxb6C-00047T-J9 for qemu-devel@nongnu.org; Wed, 05 Nov 2008 00:38:37 -0500 Received: from [199.232.76.173] (port=47643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kxb6C-00047Q-BM for qemu-devel@nongnu.org; Wed, 05 Nov 2008 00:38:36 -0500 Received: from an-out-0708.google.com ([209.85.132.242]:31793) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kxb6C-0002yf-OP for qemu-devel@nongnu.org; Wed, 05 Nov 2008 00:38:36 -0500 Received: by an-out-0708.google.com with SMTP id c38so395560ana.37 for ; Tue, 04 Nov 2008 21:38:34 -0800 (PST) Message-ID: <49113157.3090101@codemonkey.ws> Date: Tue, 04 Nov 2008 23:38:31 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Live migration - exec: support to be reintroduced? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Charles Duffy wrote: > Howdy. > > KVM's live migration support used to support an exec: protoco, > allowing either a completely arbitrary transport or a mechanism for > storing system state to a separate file for later resurrection, being > used in the latter by libvirt's qemu driver. I notice that this > support no longer exists in the current codebase. > Would a patch reimplementing this support be welcome? Absolutely. I wasn't aware that libvirt used the exec: protocol. I'm somewhat surprised by that. What did it use it for? Regards, Anthony Liguori > >