From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/10] Live migration for QEMU Date: Thu, 11 Sep 2008 08:06:59 -0500 Message-ID: <48C917F3.7040507@codemonkey.ws> References: <1220989802-13706-1-git-send-email-aliguori@us.ibm.com> <200809111213.m8BCDHaC012607@fjmscan502.ms.jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris Wright , Uri Lublin , Anthony Liguori , kvm@vger.kernel.org To: qemu-devel@nongnu.org Return-path: Received: from mail-gx0-f16.google.com ([209.85.217.16]:57888 "EHLO mail-gx0-f16.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbYIKNHv (ORCPT ); Thu, 11 Sep 2008 09:07:51 -0400 Received: by gxk9 with SMTP id 9so16255420gxk.13 for ; Thu, 11 Sep 2008 06:07:50 -0700 (PDT) In-Reply-To: <200809111213.m8BCDHaC012607@fjmscan502.ms.jp.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: 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. >> >> >> > > > > >