From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxWRg-0000t5-H8 for qemu-devel@nongnu.org; Tue, 04 Nov 2008 19:40:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxWRe-0000rf-Ms for qemu-devel@nongnu.org; Tue, 04 Nov 2008 19:40:27 -0500 Received: from [199.232.76.173] (port=32935 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxWRe-0000rY-Jm for qemu-devel@nongnu.org; Tue, 04 Nov 2008 19:40:26 -0500 Received: from main.gmane.org ([80.91.229.2]:40178 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 1KxWRe-0001xI-L2 for qemu-devel@nongnu.org; Tue, 04 Nov 2008 19:40:26 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KxWRX-0002CJ-DF for qemu-devel@nongnu.org; Wed, 05 Nov 2008 00:40:19 +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, 05 Nov 2008 00:40:19 +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, 05 Nov 2008 00:40:19 +0000 From: Charles Duffy Date: Tue, 04 Nov 2008 18:40:06 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] Live migration - exec: support to be reintroduced? 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 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?