From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpDxt-0000A8-Bp for qemu-devel@nongnu.org; Sun, 12 Oct 2008 23:19:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpDxr-00009V-PK for qemu-devel@nongnu.org; Sun, 12 Oct 2008 23:19:25 -0400 Received: from [199.232.76.173] (port=40018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpDxr-00009S-J2 for qemu-devel@nongnu.org; Sun, 12 Oct 2008 23:19:23 -0400 Received: from ag-out-0708.google.com ([72.14.246.242]:64300) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KpDxr-0005aU-0k for qemu-devel@nongnu.org; Sun, 12 Oct 2008 23:19:23 -0400 Received: by ag-out-0708.google.com with SMTP id 31so1746193agc.5 for ; Sun, 12 Oct 2008 20:19:21 -0700 (PDT) Message-ID: <48F2BE35.8070402@codemonkey.ws> Date: Sun, 12 Oct 2008 22:19:17 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Live migration support in SVN 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" Hi, I just committed a slightly updated version of the live migration patches I posted earlier. I've been testing it pretty hard all weekend and I think it is pretty solid. Since I committed most of the core infrastructure changes a week ago, I don't expect any regressions from this patch set either. The last patch has an example of how to use this feature. Right now, there is just support for the TCP protocol. I'll add a file, exec, and ssh protocol is the near future (patches are also certainly welcome :-)). Regards, Anthony Liguori