From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd9Em-0001Jj-TM for qemu-devel@nongnu.org; Tue, 09 Sep 2008 15:50:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd9Ek-0001Gh-Sm for qemu-devel@nongnu.org; Tue, 09 Sep 2008 15:50:55 -0400 Received: from [199.232.76.173] (port=35799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd9Ej-0001Fo-60 for qemu-devel@nongnu.org; Tue, 09 Sep 2008 15:50:53 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:40232) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kd9Ej-0001tS-Cg for qemu-devel@nongnu.org; Tue, 09 Sep 2008 15:50:53 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id m89JooKF003346 for ; Tue, 9 Sep 2008 15:50:50 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m89JooGJ200360 for ; Tue, 9 Sep 2008 13:50:50 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m89JooNJ007556 for ; Tue, 9 Sep 2008 13:50:50 -0600 From: Anthony Liguori Date: Tue, 9 Sep 2008 14:49:52 -0500 Message-Id: <1220989802-13706-1-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] [PATCH 0/10] Live migration for QEMU 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 Cc: Chris Wright , Uri Lublin , Anthony Liguori , kvm@vger.kernel.org This series adds live migration support to QEMU. It's inspired by the implementation of live migration in KVM, but at this point, is almost a full rewrite. Uri Lublin did a large amount of the work on the live migration implementation in KVM. This patch series is not yet ready to apply. There are a few FIXMEs and I have to add back support for restoring v2 saved images. I wanted to get these patches out on the list though for review since it's a rather large series. Live migration will work with any target that supports save/restore.