From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kdlto-00008Z-VI for qemu-devel@nongnu.org; Thu, 11 Sep 2008 09:07:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kdlto-00007b-3V for qemu-devel@nongnu.org; Thu, 11 Sep 2008 09:07:52 -0400 Received: from [199.232.76.173] (port=51838 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kdltn-00007F-Sp for qemu-devel@nongnu.org; Thu, 11 Sep 2008 09:07:51 -0400 Received: from yw-out-1718.google.com ([74.125.46.157]:40050) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kdltn-0001QM-EV for qemu-devel@nongnu.org; Thu, 11 Sep 2008 09:07:51 -0400 Received: by yw-out-1718.google.com with SMTP id 6so108406ywa.82 for ; Thu, 11 Sep 2008 06:07:50 -0700 (PDT) Message-ID: <48C917F3.7040507@codemonkey.ws> Date: Thu, 11 Sep 2008 08:06:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/10] Live migration for QEMU References: <1220989802-13706-1-git-send-email-aliguori@us.ibm.com> <200809111213.m8BCDHaC012607@fjmscan502.ms.jp.fujitsu.com> In-Reply-To: <200809111213.m8BCDHaC012607@fjmscan502.ms.jp.fujitsu.com> 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 Cc: Chris Wright , Uri Lublin , Anthony Liguori , kvm@vger.kernel.org Atsushi SAKAI wrote: > Hi, > > It may be stupid question. > This migration is SMP aware? > Yes it is (SMP aware). Regards, Anthony Liguori > Thanks > Atsushi SAKAI > > Anthony Liguori wrote: > > >> 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. >> >> >> > > > > >