From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmrWG-00037d-6G for qemu-devel@nongnu.org; Mon, 06 Oct 2008 10:57:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmrWE-00036l-J3 for qemu-devel@nongnu.org; Mon, 06 Oct 2008 10:57:07 -0400 Received: from [199.232.76.173] (port=58691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmrWE-00036e-B7 for qemu-devel@nongnu.org; Mon, 06 Oct 2008 10:57:06 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:57354) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KmrWD-0006i5-QR for qemu-devel@nongnu.org; Mon, 06 Oct 2008 10:57:06 -0400 Received: by gxk12 with SMTP id 12so5605718gxk.10 for ; Mon, 06 Oct 2008 07:57:04 -0700 (PDT) Message-ID: <48EA273D.2010107@codemonkey.ws> Date: Mon, 06 Oct 2008 09:57:01 -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] New savevm version 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" I just committed the savevm v3 patch I posted a few weeks ago. This introduces some infrastructure for live migration and fixes some issues with the current savevm (like > 4GB of physical memory). I've tested the code quite a bit including v2 compatibility. It needs more testing too so I'd appreciate if people could try out save/load and let me know if you encounter any problems. I'm going to track down the sparc-softmmu regression right now, but I plan on committing the actual live migration patches after that. The remaining live migration patches do not touch any core infrastructure so it should all be pretty safe. Thanks, Anthony Liguori